Add a manual page explaining the format of /etc/manpath.config.
[dragonfly/vkernel-mp.git] / usr.sbin / pciconf / Makefile
blob47b41dcdc7d840c6190ebcbcb1aa7b76f3541654
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 # $DragonFly: src/usr.sbin/pciconf/Makefile,v 1.3 2005/01/01 23:06:25 cpressey Exp $
5 PROG= pciconf
6 MAN= pciconf.8
7 CFLAGS+= -I${.CURDIR}/../../sys
8 WARNS?= 6
10 .include <bsd.prog.mk>