From ff196a51e443f1515228998a778c8ecacee39941 Mon Sep 17 00:00:00 2001 From: Guido van Rooij Date: Mon, 14 Jul 1997 15:10:34 +0000 Subject: [PATCH] Unbreak it. Apparently I forgot to do a make clean when testing :-( Unfortunately, Makefile is not included in .depend. --- usr.sbin/pciconf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile index aba7ba479366..47a11dc454da 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