From f99d6c64a87ae752fb22ea9e0b5bf2334f96990e Mon Sep 17 00:00:00 2001 From: wpaul Date: Mon, 14 Jul 1997 19:57:50 +0000 Subject: Unbreak this file some more: CFLAGS=+-I${.CURDIR}/../../sys -> CFLAGS+= -I${.CURDIR}/../../sys Asked about on BSDnet:#FreeBSD by: philw@dream.webmaster.com (Phillip White) --- usr.sbin/pciconf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile index 47a11dc..b608668 100644 --- a/usr.sbin/pciconf/Makefile +++ b/usr.sbin/pciconf/Makefile @@ -2,6 +2,6 @@ PROG= pciconf MAN8= pciconf.8 -CFLAGS=+-I${.CURDIR}/../../sys +CFLAGS+= -I${.CURDIR}/../../sys .include -- cgit v1.1