xref: /dragonfly/usr.sbin/pciconf/Makefile (revision 984263bc)
1*984263bcSMatthew Dillon#	$ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
2*984263bcSMatthew Dillon# $FreeBSD: src/usr.sbin/pciconf/Makefile,v 1.6.6.1 2001/04/25 12:10:26 ru Exp $
3*984263bcSMatthew Dillon
4*984263bcSMatthew DillonPROG=	pciconf
5*984263bcSMatthew DillonMAN=	pciconf.8
6*984263bcSMatthew DillonCFLAGS+= -I${.CURDIR}/../../sys
7*984263bcSMatthew Dillon
8*984263bcSMatthew Dillon.include <bsd.prog.mk>
9