xref: /freebsd/usr.sbin/pciconf/Makefile (revision b89a7cc2ed6e4398d5be502f5bb5885d1ec6ff0f)
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
8.include <bsd.prog.mk>
9