use CPPFLAGS instead of CFLAGS
This commit is contained in:
parent
3acbcabd91
commit
2793a8e02a
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.3 1997/06/22 07:09:00 mrg Exp $
|
# $NetBSD: Makefile,v 1.4 1997/10/26 22:09:43 lukem Exp $
|
||||||
#
|
#
|
||||||
# Makefile for bellctrl
|
# Makefile for bellctrl
|
||||||
|
|
||||||
|
@ -12,6 +12,6 @@ sample.fm: sample_fm.c
|
||||||
|
|
||||||
PROG = bellctrl
|
PROG = bellctrl
|
||||||
NOMAN= yes
|
NOMAN= yes
|
||||||
CFLAGS+=-I${.CURDIR}/../../..
|
CPPFLAGS+=-I${.CURDIR}/../../..
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
|
Loading…
Reference in New Issue