summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pccard/pccardc/Makefile')
-rw-r--r--usr.sbin/pccard/pccardc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/pccard/pccardc/Makefile b/usr.sbin/pccard/pccardc/Makefile
index 3306ab3..0d09f92 100644
--- a/usr.sbin/pccard/pccardc/Makefile
+++ b/usr.sbin/pccard/pccardc/Makefile
@@ -1,14 +1,13 @@
-#
# pccardc Makefile
#
# $FreeBSD$
-#
+
PROG= pccardc
+MAN= pccardc.8
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
+CFLAGS+= -I${.CURDIR}/../pccardd
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../pccardd
OpenPOWER on IntegriCloud