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