]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/pciconf/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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 err.c
6 MAN=    pciconf.8
7
8 WARNS?= 3
9
10 .include <bsd.prog.mk>