81a587f467
few warnings.
14 lines
268 B
Makefile
14 lines
268 B
Makefile
# $FreeBSD$
|
|
|
|
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}
|
|
NO_WERROR= yes
|
|
MAN= #pam_passwdqc.8
|
|
|
|
.include <bsd.lib.mk>
|
|
|
|
.PATH: ${SRCDIR}
|