]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/pciconf/Makefile
Mount devfs with nmount(2) instead of mount(2). This error was masked
[FreeBSD/FreeBSD.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 MAN=    pciconf.8
6
7 CFLAGS+= -I${.CURDIR}/../../sys
8
9 .include <bsd.prog.mk>