repo.or.cz
/
minix.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
[minix.git]
/
usr.bin
/
pwhash
/
Makefile
blob
2c8c4970c5eab8a6f0331e386fc97be23b97359d
1
# $NetBSD: Makefile,v 1.7 2009/04/14 22:15:25 lukem Exp $
2
# from: @(#)Makefile 8.3 (Berkeley) 4/2/94
3
4
.
include
<
bsd.own.mk
>
5
6
PROG
=
pwhash
7
8
CPPFLAGS
+=-
I
${
.CURDIR
} -
DLOGIN_CAP
9
10
DPADD
+= ${
LIBCRYPT
} ${
LIBUTIL
}
11
LDADD
+= -
lcrypt
-
lutil
12
13
.
include
<
bsd.prog.mk
>