diff options
author | guido <guido@FreeBSD.org> | 1997-07-14 15:10:34 +0000 |
---|---|---|
committer | guido <guido@FreeBSD.org> | 1997-07-14 15:10:34 +0000 |
commit | 069c57b5d7378beee504e22cf558d8a6e385c042 (patch) | |
tree | a3f1627b8db7002cec44e8690f255c5fac849a7a /usr.sbin/pciconf/Makefile | |
parent | 9e71915834148018d292199688b0629d169e4741 (diff) | |
download | FreeBSD-src-069c57b5d7378beee504e22cf558d8a6e385c042.zip FreeBSD-src-069c57b5d7378beee504e22cf558d8a6e385c042.tar.gz |
Unbreak it. Apparently I forgot to do a make clean when testing :-(
Unfortunately, Makefile is not included in .depend.
Diffstat (limited to 'usr.sbin/pciconf/Makefile')
-rw-r--r-- | usr.sbin/pciconf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile index aba7ba4..47a11dc 100644 --- a/usr.sbin/pciconf/Makefile +++ b/usr.sbin/pciconf/Makefile @@ -2,5 +2,6 @@ PROG= pciconf MAN8= pciconf.8 +CFLAGS=+-I${.CURDIR}/../../sys .include <bsd.prog.mk> |