summaryrefslogtreecommitdiff
path: root/usr.sbin/pciconf
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1997-07-14 19:57:50 +0000
committerBill Paul <wpaul@FreeBSD.org>1997-07-14 19:57:50 +0000
commit4dbcd9883219d6bef2374119b9a44dc8d966363a (patch)
tree51954fa7c649af98a492787bd2b6108e29071f84 /usr.sbin/pciconf
parentdbbbfe98f76d04db76ddd58c38b6c67ec23d968d (diff)
Notes
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r--usr.sbin/pciconf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile
index 47a11dc454da..b60866806a4b 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 <bsd.prog.mk>