bapt 6adce30d28 Convert libraries to use LIBADD
While here reduce a bit overlinking
2014-11-25 11:07:26 +00:00

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>