minix3/commands/pwdauth/Makefile

9 lines
90 B
Makefile

PROG= pwdauth
BINDIR= /usr/lib
BINMODE= 4755
MAN=
LDADD+=-lcrypt
.include <bsd.prog.mk>