5c00743626
Based on work by Vivek Prakash and Gianluca Guida. See UPDATING about caveats on currently existing accounts. . restores netbsd libc pwcache functions
9 lines
106 B
Makefile
9 lines
106 B
Makefile
PROG= pwdauth
|
|
BINDIR= /usr/lib
|
|
BINMODE= 4755
|
|
MAN=
|
|
NEED_NBSDLIBC=y
|
|
|
|
LDADD+=-lcrypt
|
|
|
|
.include <bsd.prog.mk>
|