Unbreak it. Apparently I forgot to do a make clean when testing :-(

Unfortunately, Makefile is not included in .depend.
This commit is contained in:
Guido van Rooij 1997-07-14 15:10:34 +00:00
parent db863ba00b
commit ff196a51e4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=27398

View File

@ -2,5 +2,6 @@
PROG= pciconf
MAN8= pciconf.8
CFLAGS=+-I${.CURDIR}/../../sys
.include <bsd.prog.mk>