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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell_cmds/env/Makefile b/shell_cmds/env/Makefile
new file mode 100644
index 0000000..b21ba8e
--- /dev/null
+++ b/shell_cmds/env/Makefile
@@ -0,0 +1,6 @@
+PROG= env
+SRCS= env.c envopts.c
+
+LDADD+=-liosexec
+
+.include <bsd.prog.mk>