diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile index 45df1cd818b2..98feec21c20f 100644 --- a/libexec/uucpd/Makefile +++ b/libexec/uucpd/Makefile @@ -2,5 +2,7 @@ PROG= uucpd NOMAN= noman +LDADD= -lcrypt +DPADD= ${LIBCRYPT} .include