Sync usage with man page.
[netbsd-mini2440.git] / usr.bin / pwhash / Makefile
blobdf01df9459e6ac0ea5491311fc7e66cf691a0758
1 # $NetBSD: Makefile,v 1.6 2005/01/12 05:45:23 christos Exp $
2 # from: @(#)Makefile 8.3 (Berkeley) 4/2/94
4 .include <bsd.own.mk>
6 PROG= pwhash
8 CPPFLAGS+=-I${.CURDIR} -DLOGIN_CAP
10 DPADD+= ${LIBCRYPT} ${LIBUTIL}
11 LDADD+= -lcrypt -lutil
13 .include <bsd.prog.mk>