summaryrefslogtreecommitdiffstats
path: root/bin/expr/Makefile
diff options
context:
space:
mode:
authoralm <alm@FreeBSD.org>1993-06-19 01:55:46 +0000
committeralm <alm@FreeBSD.org>1993-06-19 01:55:46 +0000
commit46e423f4fa26d642bb57e911acd93582e2096b39 (patch)
tree64e8b5105b915880d41d7538cef6804f27aea741 /bin/expr/Makefile
parent59bfe319c2c97b8af2b09ca9154eae038fee3191 (diff)
downloadFreeBSD-src-46e423f4fa26d642bb57e911acd93582e2096b39.zip
FreeBSD-src-46e423f4fa26d642bb57e911acd93582e2096b39.tar.gz
added POSIX regex to expr
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 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}
OpenPOWER on IntegriCloud