From 25062ba061871945759b3baa833fe64969383e40 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sat, 12 Jun 1993 14:58:17 +0000 Subject: Initial import, 0.1 + pk 0.2.4-B1 --- bin/expr/Makefile | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 bin/expr/Makefile (limited to 'bin/expr/Makefile') 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 + -- cgit v1.1