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/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell_cmds/expr/Makefile b/shell_cmds/expr/Makefile
new file mode 100644
index 0000000..96c0a4e
--- /dev/null
+++ b/shell_cmds/expr/Makefile
@@ -0,0 +1,6 @@
+PROG= expr
+SRCS= expr.y
+
+BINDIR=/bin
+
+.include <bsd.prog.mk>