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