Initial import from FreeBSD RELENG_4:
[dragonfly.git] / usr.sbin / pciconf / Makefile
1 #       $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
2 # $FreeBSD: src/usr.sbin/pciconf/Makefile,v 1.6.6.1 2001/04/25 12:10:26 ru Exp $
3
4 PROG=   pciconf
5 MAN=    pciconf.8
6 CFLAGS+= -I${.CURDIR}/../../sys
7
8 .include <bsd.prog.mk>