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