summaryrefslogtreecommitdiffstats
path: root/bin/expr/Makefile
diff options
context:
space:
mode:
authorconklin <conklin@FreeBSD.org>1993-08-02 16:57:26 +0000
committerconklin <conklin@FreeBSD.org>1993-08-02 16:57:26 +0000
commit00a87780f80aab87775885a0dd50f3b0fdfdb2d4 (patch)
tree1608853f442e4ed7ee55c7e53d9bde9466a6d090 /bin/expr/Makefile
parent11eb94f52df6a04a11ffbb321f91b2babe5a5311 (diff)
downloadFreeBSD-src-00a87780f80aab87775885a0dd50f3b0fdfdb2d4.zip
FreeBSD-src-00a87780f80aab87775885a0dd50f3b0fdfdb2d4.tar.gz
Remove GNU regex.[ch] and use system's regex library. The library is still
GNU regex for now, but will be replaced as soon as an alternative is made availiable.
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r--bin/expr/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index f955f92..c2db2b6 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -1,9 +1,10 @@
# /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
+SRCS= expr.c
CLEANFILES+= expr.c y.tab.h
+LDADD+= -lgnuregex
+DPADD+= /usr/lib/libgnuregex.a
expr.c:
${YACC} -d ${.IMPSRC}
OpenPOWER on IntegriCloud