LDADD= -lcrypt

Submitted by:	Geoff
This commit is contained in:
Geoff Rehmet 1994-08-20 21:36:40 +00:00
parent 2a407ae57c
commit f64bb9afa4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2161

View File

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