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