diff options
Diffstat (limited to 'usr.sbin/pciconf/Makefile')
-rw-r--r-- | usr.sbin/pciconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile index b608668..eb21d04 100644 --- a/usr.sbin/pciconf/Makefile +++ b/usr.sbin/pciconf/Makefile @@ -1,7 +1,7 @@ # $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $ +# $FreeBSD$ PROG= pciconf -MAN8= pciconf.8 CFLAGS+= -I${.CURDIR}/../../sys .include <bsd.prog.mk> |