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