summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorrich <rich@FreeBSD.org>1994-02-03 04:23:11 +0000
committerrich <rich@FreeBSD.org>1994-02-03 04:23:11 +0000
commitb5e37926b760d11eff7d1cd253b66bfd63f1a3b2 (patch)
tree5c94762fc6e3f2b64d85816b81b0dc74a749cb68 /bin
parent1e80a7b9b23cd9f518a04fbcb17152f6f4b98cf4 (diff)
downloadFreeBSD-src-b5e37926b760d11eff7d1cd253b66bfd63f1a3b2.zip
FreeBSD-src-b5e37926b760d11eff7d1cd253b66bfd63f1a3b2.tar.gz
Take -lgnuregex back out. Linking with it causes 'make install' to fail.
Diffstat (limited to 'bin')
-rw-r--r--bin/expr/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index c2db2b6..416707e 100644
--- a/bin/expr/Makefile
+++ b/bin/expr/Makefile
@@ -3,8 +3,6 @@
PROG= expr
SRCS= expr.c
CLEANFILES+= expr.c y.tab.h
-LDADD+= -lgnuregex
-DPADD+= /usr/lib/libgnuregex.a
expr.c:
${YACC} -d ${.IMPSRC}
OpenPOWER on IntegriCloud