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