diff options
Diffstat (limited to 'usr.sbin/pciconf/Makefile')
-rw-r--r-- | usr.sbin/pciconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.prog.mk> |