Don't ignore system CFLAGS.

This commit is contained in:
sobomax 2002-03-07 16:56:19 +00:00
parent 45ee22e859
commit 575465b27e

View File

@ -27,7 +27,7 @@
LIB= pam_unix
SHLIB_NAME= ${LIB}.so.${SHLIB_MAJOR}
SRCS= pam_unix.c pw_copy.c pw_yp.c pw_util.c ypxfr_misc.c ${GENSRCS}
CFLAGS= -DYP -Dyp_error=warnx \
CFLAGS+= -DYP -Dyp_error=warnx \
-I${.OBJDIR} \
-I${.CURDIR}/../../../../libexec/ypxfr \
-I${.CURDIR}/../../../../usr.sbin/vipw \