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