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
142 B
Makefile
9 lines
142 B
Makefile
.include <minix.newlibc.mk>
|
|
|
|
PROG= login
|
|
MAN=
|
|
.if defined(NBSD_LIBC) && (${NBSD_LIBC} != "no")
|
|
LDADD+= -lcrypt
|
|
.endif
|
|
|
|
.include <bsd.prog.mk>
|