Initial import, 0.1 + pk 0.2.4-B1

This commit is contained in:
Rodney W. Grimes
1993-06-12 14:58:17 +00:00
parent 9002c02abc
commit 5b81b6b301
247 changed files with 78588 additions and 0 deletions
+20
View File
@@ -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>