From 46e423f4fa26d642bb57e911acd93582e2096b39 Mon Sep 17 00:00:00 2001 From: alm Date: Sat, 19 Jun 1993 01:55:46 +0000 Subject: added POSIX regex to expr --- bin/expr/Makefile | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) (limited to 'bin/expr/Makefile') diff --git a/bin/expr/Makefile b/bin/expr/Makefile index 4c9ac6a..43e8dda 100644 --- a/bin/expr/Makefile +++ b/bin/expr/Makefile @@ -1,16 +1,10 @@ -# -# 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 +# /b/source/CVS/src/bin/expr/Makefile,v 1.5 1993/06/14 19:56:06 jtc Exp + +PROG= expr +SRCS= expr.c regex.c +CFLAGS+= -I${.CURDIR} -DHAVE_STRING_H=1 +NOMAN= noman +CLEANFILES+= expr.c y.tab.h expr.c: ${YACC} -d ${.IMPSRC} -- cgit v1.1