aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/dnctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'network_cmds/dnctl/Makefile')
-rw-r--r--network_cmds/dnctl/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/network_cmds/dnctl/Makefile b/network_cmds/dnctl/Makefile
new file mode 100644
index 0000000..6cde7cc
--- /dev/null
+++ b/network_cmds/dnctl/Makefile
@@ -0,0 +1,6 @@
+PROG= dnctl
+MAN= dnctl.8
+
+BINDIR=/usr/sbin
+
+.include <bsd.prog.mk>