xref: /freebsd/usr.sbin/pciconf/Makefile (revision 9a0c3479e22feda1bdb2db4b97f9deb1b5fa6269)
1#	$ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
2# $FreeBSD$
3
4PROG=	pciconf
5SRCS=	pciconf.c cap.c err.c
6MAN=	pciconf.8
7
8WARNS?=	3
9
10.include <bsd.prog.mk>
11