xref: /freebsd/usr.sbin/pciconf/Makefile (revision ce834215a70ff69e7e222827437116eee2f9ac6f)
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