pam_passwdqc depends on libcrypt.

This commit is contained in:
Dag-Erling Smørgrav 2002-04-15 03:44:42 +00:00
parent 5dacf95488
commit a11a75ce7c

View File

@ -6,6 +6,8 @@ LIB= pam_passwdqc
SRCS= pam_passwdqc.c passwdqc_check.c passwdqc_random.c wordset_4k.c
CFLAGS+= -I${SRCDIR}
NO_WERROR= yes
DPADD= ${LIBCRYPT}
LDADD= -lcrypt
MAN= #pam_passwdqc.8
.include <bsd.lib.mk>