aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/mkdir/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/mkdir/Makefile')
-rw-r--r--file_cmds/mkdir/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/file_cmds/mkdir/Makefile b/file_cmds/mkdir/Makefile
new file mode 100644
index 0000000..ea70b14
--- /dev/null
+++ b/file_cmds/mkdir/Makefile
@@ -0,0 +1,5 @@
+PROG= mkdir
+
+BINDIR=/bin
+
+.include <bsd.prog.mk>