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