freebsd-skq/usr.sbin/pciconf/Makefile
Guido van Rooij ff196a51e4 Unbreak it. Apparently I forgot to do a make clean when testing :-(
Unfortunately, Makefile is not included in .depend.
1997-07-14 15:10:34 +00:00

8 lines
147 B
Makefile

# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
PROG= pciconf
MAN8= pciconf.8
CFLAGS=+-I${.CURDIR}/../../sys
.include <bsd.prog.mk>