summaryrefslogtreecommitdiffstats
path: root/bin/expr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r--bin/expr/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
new file mode 100644
index 0000000..4c9ac6a
--- /dev/null
+++ b/bin/expr/Makefile
@@ -0,0 +1,20 @@
+#
+# PATCHES MAGIC LEVEL PATCH THAT GOT US HERE
+# -------------------- ----- ----------------------
+# CURRENT PATCH LEVEL: 1 00092
+# -------------------- ----- ----------------------
+#
+# 15 Mar 93 Patchkit Coordinator Corrected SRCS, missing .c
+#
+PROG=expr
+SRCS=expr.c
+CFLAGS+=-I. -I${.CURDIR}
+NOMAN=noman
+CLEANFILES+=expr.c y.tab.h
+
+expr.c:
+ ${YACC} -d ${.IMPSRC}
+ mv y.tab.c expr.c
+
+.include <bsd.prog.mk>
+
OpenPOWER on IntegriCloud