6adce30d28
While here reduce a bit overlinking
17 lines
274 B
Makefile
17 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
SRCDIR= ${.CURDIR}/../../../../contrib/pam_modules/pam_passwdqc
|
|
.PATH: ${SRCDIR}
|
|
|
|
LIB= pam_passwdqc
|
|
SRCS= pam_passwdqc.c passwdqc_check.c passwdqc_random.c wordset_4k.c
|
|
MAN= pam_passwdqc.8
|
|
|
|
WARNS?= 2
|
|
CFLAGS+= -I${SRCDIR}
|
|
|
|
LIBADD+= crypt
|
|
|
|
.include <bsd.lib.mk>
|
|
|