Change incorrect usage of CFLAGS to CPPFLAGS

This commit is contained in:
matt 2008-02-16 18:27:48 +00:00
parent c8e663c5cb
commit 63dd7847f0

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.12 2005/01/10 03:11:18 lukem Exp $
# $NetBSD: Makefile,v 1.13 2008/02/16 18:27:48 matt Exp $
NOMAN= # defined
NOLINT= # defined
@ -16,7 +16,7 @@ SRCS= make_cmds.c make_cmds.h parse.y lex.l
YHEADER= 1
CFLAGS+= -I. \
CPPFLAGS+= -I. \
-I${DIST}/heimdal/lib/sl \
-I${NETBSDSRCDIR}/include/heimdal \
-I${DESTDIR}/usr/include/krb5 \