diff options
author | Guido van Rooij <guido@FreeBSD.org> | 1997-07-13 11:51:42 +0000 |
---|---|---|
committer | Guido van Rooij <guido@FreeBSD.org> | 1997-07-13 11:51:42 +0000 |
commit | 11523cf5fb996a8a3621debf7b6f6156d4e6c833 (patch) | |
tree | d4f51e0c8026be87f0a072ea285e23349fe831c7 /usr.sbin/pciconf | |
parent | dc7cf2d1013b8b0d5f0b5f59c243adef443e820b (diff) | |
download | src-test2-11523cf5fb996a8a3621debf7b6f6156d4e6c833.tar.gz src-test2-11523cf5fb996a8a3621debf7b6f6156d4e6c833.zip |
Notes
Diffstat (limited to 'usr.sbin/pciconf')
-rw-r--r-- | usr.sbin/pciconf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile index 12b95fd2b9ca..aba7ba479366 100644 --- a/usr.sbin/pciconf/Makefile +++ b/usr.sbin/pciconf/Makefile @@ -2,6 +2,5 @@ PROG= pciconf MAN8= pciconf.8 -CFLAGS+= -I/sys .include <bsd.prog.mk> |