ebffaa4250
. move crypt() from minix-specific to netbsd -lcrypt
9 lines
132 B
Makefile
9 lines
132 B
Makefile
PROG= su
|
|
BINMODE= 4755
|
|
MAN=
|
|
.if defined(NBSD_LIBC) && (${NBSD_LIBC} != "no")
|
|
LDADD+= -lcrypt
|
|
.endif
|
|
|
|
|
|
.include <bsd.prog.mk>
|