Add pam_passwdqc to the build.

Sponsored by:	DARPA, NAI Labs
This commit is contained in:
des 2002-04-04 16:08:28 +00:00
parent aea3582fa7
commit 4189a2f933
2 changed files with 14 additions and 0 deletions

View File

@ -14,6 +14,7 @@ MODULES += pam_login_access
MODULES += pam_nologin
MODULES += pam_opie
MODULES += pam_opieaccess
MODULES += pam_passwdqc
MODULES += pam_permit
MODULES += pam_radius
MODULES += pam_rootok

View File

@ -0,0 +1,13 @@
# $FreeBSD$
SRCDIR= ${.CURDIR}/../../../../contrib/pam_modules/pam_passwdqc
LIB= pam_passwdqc
SHLIB_NAME= ${LIB}.so.${SHLIB_MAJOR}
SRCS= pam_passwdqc.c passwdqc_check.c passwdqc_random.c wordset_4k.c
CFLAGS+= -I${SRCDIR} -DPAM_AUTHTOK_RECOVER_ERR=PAM_AUTHTOK_RECOVERY_ERR
MAN= #pam_passwdqc.8
.include <bsd.lib.mk>
.PATH: ${SRCDIR}