diff options
Diffstat (limited to 'usr.sbin/pciconf/Makefile')
-rw-r--r-- | usr.sbin/pciconf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pciconf/Makefile b/usr.sbin/pciconf/Makefile index eb21d04..a32dfd4 100644 --- a/usr.sbin/pciconf/Makefile +++ b/usr.sbin/pciconf/Makefile @@ -2,6 +2,7 @@ # $FreeBSD$ PROG= pciconf +MAN= pciconf.8 CFLAGS+= -I${.CURDIR}/../../sys .include <bsd.prog.mk> |