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