minix/minix/commands/pwdauth/Makefile
David van Moolenbroek b80da2a01d commands: move manpages into command directories
Change-Id: Icf8a2d26629a1822725022c9ee21c587d3c4c3b4
2015-09-28 14:06:06 +00:00

9 lines
100 B
Makefile

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