summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dconschat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/dconschat/Makefile')
-rw-r--r--usr.sbin/dconschat/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/dconschat/Makefile b/usr.sbin/dconschat/Makefile
new file mode 100644
index 0000000..2836a66
--- /dev/null
+++ b/usr.sbin/dconschat/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PROG= dconschat
+MAN= dconschat.8
+
+CFLAGS+= -I${.CURDIR}/../../sys
+
+DPADD= ${LIBKVM}
+LDADD= -lkvm
+
+WARNS?= 1
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud