aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pccard/dumpcis/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2006-10-18 21:09:43 +0000
committerWarner Losh <imp@FreeBSD.org>2006-10-18 21:09:43 +0000
commit42e49837d91c01a182a9009a53d7686961a6678c (patch)
tree22aea417e8f7ac4c5d8db8526d38a2c10f02c465 /usr.sbin/pccard/dumpcis/Makefile
parent876e9ce41a321a6851c9031b3fc56fe60ab28119 (diff)
downloadsrc-42e49837d91c01a182a9009a53d7686961a6678c.tar.gz
src-42e49837d91c01a182a9009a53d7686961a6678c.zip
Package the dumpcisfile functionality into a new dumpcis command.
Also, don't build pccardc now. I've left it in place for people that wish to build it to test experimental support for oldcard functionality that may have been lost in newcard.
Notes
Notes: svn path=/head/; revision=163491
Diffstat (limited to 'usr.sbin/pccard/dumpcis/Makefile')
-rw-r--r--usr.sbin/pccard/dumpcis/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/pccard/dumpcis/Makefile b/usr.sbin/pccard/dumpcis/Makefile
new file mode 100644
index 000000000000..795c05c05846
--- /dev/null
+++ b/usr.sbin/pccard/dumpcis/Makefile
@@ -0,0 +1,13 @@
+# pccardc Makefile
+#
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../pccardd ${.CURDIR}/../pccardc
+
+PROG= dumpcis
+MAN= dumpcis.8
+SRCS= main.c dumpcis.c dumpcisfile.c readcis.c printcis.c
+
+CFLAGS+= -I${.CURDIR}/../pccardd -I${.CURDIR}/../pccardc
+
+.include <bsd.prog.mk>