]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.sbin/pciconf/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / usr.sbin / pciconf / Makefile
1 #       $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
2 # $FreeBSD$
3
4 PROG=   pciconf
5 SRCS=   pciconf.c cap.c
6 MAN=    pciconf.8
7
8 CFLAGS+= -I${.CURDIR}/../../sys
9
10 WARNS?= 3
11
12 .include <bsd.prog.mk>