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