Change inappropriate use of CFLAGS to CPPFLAGS.

This commit is contained in:
matt 2008-02-16 07:27:29 +00:00
parent 05f7d79518
commit 1cbe81874e
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2007/11/06 17:02:15 kiyohara Exp $
# $NetBSD: Makefile,v 1.3 2008/02/16 07:27:29 matt Exp $
PROG= fwctl
SRCS= eui64.c fwcontrol.c fwcrom.c fwdv.c fwmpegts.c
@ -7,6 +7,6 @@ MAN= fwctl.8
.PATH: ${.CURDIR}/../../sys/dev/ieee1394
SDIR= ${.CURDIR}/../../sys
CFLAGS+=-I${.CURDIR} -I${SDIR}
CPPFLAGS+=-I${.CURDIR} -I${SDIR}
.include <bsd.prog.mk>