diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1997-07-14 19:57:50 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1997-07-14 19:57:50 +0000 |
| commit | 4dbcd9883219d6bef2374119b9a44dc8d966363a (patch) | |
| tree | 51954fa7c649af98a492787bd2b6108e29071f84 /usr.sbin/pciconf | |
| parent | dbbbfe98f76d04db76ddd58c38b6c67ec23d968d (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pciconf')
| -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 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> |
