xref: /freebsd/usr.sbin/pciconf/Makefile (revision daf1cffce2e07931f27c6c6998652e90df6ba87e)
1#	$ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
2
3PROG=	pciconf
4MAN8=	pciconf.8
5CFLAGS+= -I${.CURDIR}/../../sys
6
7.include <bsd.prog.mk>
8