More recent versions of pam_passwdqc (not yet released) build with very

few warnings.
This commit is contained in:
Dag-Erling Smørgrav 2002-04-14 18:48:57 +00:00
parent a358391f59
commit 81a587f467
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=94675

View File

@ -4,7 +4,8 @@ SRCDIR= ${.CURDIR}/../../../../contrib/pam_modules/pam_passwdqc
LIB= pam_passwdqc
SRCS= pam_passwdqc.c passwdqc_check.c passwdqc_random.c wordset_4k.c
CFLAGS+= -I${SRCDIR} -DPAM_AUTHTOK_RECOVER_ERR=PAM_AUTHTOK_RECOVERY_ERR
CFLAGS+= -I${SRCDIR}
NO_WERROR= yes
MAN= #pam_passwdqc.8
.include <bsd.lib.mk>