aboutsummaryrefslogtreecommitdiff
path: root/bin/expr/Makefile
diff options
context:
space:
mode:
authorAndrew Moore <alm@FreeBSD.org>1993-06-19 01:55:46 +0000
committerAndrew Moore <alm@FreeBSD.org>1993-06-19 01:55:46 +0000
commit4ba5f2985dd0891da3489d1fedc8c2e4a77826dc (patch)
tree64e8b5105b915880d41d7538cef6804f27aea741 /bin/expr/Makefile
parent30ae64596973e4641e33b8e8148beae9d230d9cb (diff)
downloadsrc-4ba5f2985dd0891da3489d1fedc8c2e4a77826dc.tar.gz
src-4ba5f2985dd0891da3489d1fedc8c2e4a77826dc.zip
added POSIX regex to expr
Notes
Notes: svn path=/head/; revision=31
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r--bin/expr/Makefile20
1 files changed, 7 insertions, 13 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index 4c9ac6ac4bce..43e8dda8d4b9 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}