repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.bin
/
pwhash
/
Makefile
blob
df01df9459e6ac0ea5491311fc7e66cf691a0758
1
# $NetBSD: Makefile,v 1.6 2005/01/12 05:45:23 christos 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
>