Makefile revision 236415
1#	$ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
2# $FreeBSD: head/usr.sbin/pciconf/Makefile 236415 2012-06-01 18:33:40Z jhb $
3
4PROG=	pciconf
5SRCS=	pciconf.c cap.c err.c
6MAN=	pciconf.8
7
8CFLAGS+= -I${.CURDIR}/../../sys
9
10WARNS?=	3
11
12.include <bsd.prog.mk>
13