aboutsummaryrefslogtreecommitdiff
path: root/bin/expr/Makefile
diff options
context:
space:
mode:
authorRich Murphey <rich@FreeBSD.org>1994-02-03 04:23:11 +0000
committerRich Murphey <rich@FreeBSD.org>1994-02-03 04:23:11 +0000
commit36ae463bf0cfe46f061294bb5482d770d69a38d4 (patch)
tree5c94762fc6e3f2b64d85816b81b0dc74a749cb68 /bin/expr/Makefile
parentcd08e4cab28a687bb1c2f8f2c46de38ed0b898b7 (diff)
downloadsrc-36ae463bf0cfe46f061294bb5482d770d69a38d4.tar.gz
src-36ae463bf0cfe46f061294bb5482d770d69a38d4.zip
Take -lgnuregex back out. Linking with it causes 'make install' to fail.
Notes
Notes: svn path=/head/; revision=1078
Diffstat (limited to 'bin/expr/Makefile')
-rw-r--r--bin/expr/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/expr/Makefile b/bin/expr/Makefile
index c2db2b639aad..416707e76b98 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}