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