diff options
Diffstat (limited to 'usr.sbin/pccard/pccardc/Makefile')
-rw-r--r-- | usr.sbin/pccard/pccardc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pccard/pccardc/Makefile b/usr.sbin/pccard/pccardc/Makefile index 8c3e4c5..3306ab3 100644 --- a/usr.sbin/pccard/pccardc/Makefile +++ b/usr.sbin/pccard/pccardc/Makefile @@ -6,6 +6,7 @@ PROG= pccardc SRCS= beep.c dumpcis.c enabler.c pccardc.c pccardmem.c power.c printcis.c \ rdattr.c rdmap.c rdreg.c readcis.c wrattr.c wrreg.c +MAN= pccardc.8 CFLAGS+= -I${.CURDIR}/../pccardd |