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