LDADD= -lcrypt

Submitted by:	Geoff
This commit is contained in:
csgr 1994-08-20 21:36:40 +00:00
parent 4f4c2e5f2c
commit 3d802d8383

View File

@ -2,5 +2,7 @@
PROG= uucpd
NOMAN= noman
LDADD= -lcrypt
DPADD= ${LIBCRYPT}
.include <bsd.prog.mk>