summaryrefslogtreecommitdiffstats
path: root/libexec/ulog-helper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ulog-helper/Makefile')
-rw-r--r--libexec/ulog-helper/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/libexec/ulog-helper/Makefile b/libexec/ulog-helper/Makefile
new file mode 100644
index 0000000..c420200
--- /dev/null
+++ b/libexec/ulog-helper/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+PROG= ulog-helper
+BINOWN= root
+BINMODE=4555
+NO_MAN=
+
+DPADD= ${LIBULOG}
+LDADD= -lulog
+
+WARNS?= 6
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud