aboutsummaryrefslogtreecommitdiff
path: root/libexec/blacklistd-helper
diff options
context:
space:
mode:
authorKurt Lidl <lidl@FreeBSD.org>2016-06-02 19:06:04 +0000
committerKurt Lidl <lidl@FreeBSD.org>2016-06-02 19:06:04 +0000
commit95856e1457dc5761e1cd2d86f4d4941446479a81 (patch)
tree45c1a8bc32e7b9d60122086211c8fa6df289de16 /libexec/blacklistd-helper
parentc247b3ca6781ce975ef41c3e9b792d5823e8ad7c (diff)
Notes
Diffstat (limited to 'libexec/blacklistd-helper')
-rw-r--r--libexec/blacklistd-helper/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/blacklistd-helper/Makefile b/libexec/blacklistd-helper/Makefile
new file mode 100644
index 000000000000..649c61975ee7
--- /dev/null
+++ b/libexec/blacklistd-helper/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+BLACKLIST_DIR=${SRCTOP}/contrib/blacklist
+
+SCRIPTS= ${BLACKLIST_DIR}/libexec/blacklistd-helper
+
+.include <bsd.prog.mk>