xref: /dflybsd-src/usr.sbin/pciconf/Makefile (revision d650e2183cf9557d58c726150ef990202fc85b98)
1984263bcSMatthew Dillon#	$ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
25b812d33SSascha Wildner# $FreeBSD: src/usr.sbin/pciconf/Makefile,v 1.10.8.1 2009/04/15 03:14:26 kensmith Exp $
36dd73847SPeter Avalos# $DragonFly: src/usr.sbin/pciconf/Makefile,v 1.4 2008/11/03 00:25:45 pavalos Exp $
4984263bcSMatthew Dillon
5984263bcSMatthew DillonPROG=	pciconf
6*d650e218SMatthew DillonSRCS=	pciconf.c cap.c err.c
7984263bcSMatthew DillonMAN=	pciconf.8
8984263bcSMatthew DillonCFLAGS+= -I${.CURDIR}/../../sys
9984263bcSMatthew Dillon
10984263bcSMatthew Dillon.include <bsd.prog.mk>
11