repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
usr.bin
/
bdes
/
Makefile
blob
42d6e73993e4e5ca518326305cc7b1aff395c6df
1
# $NetBSD: Makefile,v 1.8 2013/08/11 06:47:38 dholland Exp $
2
# @(#)Makefile 8.1 (Berkeley) 6/6/93
3
4
USE_FORT?
=
yes
# cryptographic software
5
6
PROG
=
bdes
7
8
LDADD
+= -
lcrypt
9
DPADD
+= ${
LIBCRYPT
}
10
11
.
include
<
bsd.prog.mk
>