Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonfly
[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.10.8.1 2009/04/15 03:14:26 kensmith Exp $
3 # $DragonFly: src/usr.sbin/pciconf/Makefile,v 1.4 2008/11/03 00:25:45 pavalos Exp $
4
5 PROG=   pciconf
6 SRCS=   pciconf.c cap.c
7 MAN=    pciconf.8
8 CFLAGS+= -I${.CURDIR}/../../sys
9
10 .include <bsd.prog.mk>