summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/pccardd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pccard/pccardd/Makefile')
-rw-r--r--usr.sbin/pccard/pccardd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/pccard/pccardd/Makefile b/usr.sbin/pccard/pccardd/Makefile
new file mode 100644
index 0000000..4a2c192
--- /dev/null
+++ b/usr.sbin/pccard/pccardd/Makefile
@@ -0,0 +1,10 @@
+# Makefile for pccardd
+
+PROG= pccardd
+SRCS= cardd.c file.c util.c readcis.c
+MAN8= pccardd.8
+MAN5= pccard.conf.5
+DPADD= ${LIBUTIL}
+LDADD= -lutil
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud