Change incorrect usage of CFLAGS to CPPFLAGS
This commit is contained in:
parent
c8e663c5cb
commit
63dd7847f0
@ -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
|
NOMAN= # defined
|
||||||
NOLINT= # defined
|
NOLINT= # defined
|
||||||
@ -16,7 +16,7 @@ SRCS= make_cmds.c make_cmds.h parse.y lex.l
|
|||||||
|
|
||||||
YHEADER= 1
|
YHEADER= 1
|
||||||
|
|
||||||
CFLAGS+= -I. \
|
CPPFLAGS+= -I. \
|
||||||
-I${DIST}/heimdal/lib/sl \
|
-I${DIST}/heimdal/lib/sl \
|
||||||
-I${NETBSDSRCDIR}/include/heimdal \
|
-I${NETBSDSRCDIR}/include/heimdal \
|
||||||
-I${DESTDIR}/usr/include/krb5 \
|
-I${DESTDIR}/usr/include/krb5 \
|
||||||
|
Loading…
Reference in New Issue
Block a user