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