aboutsummaryrefslogtreecommitdiff
path: root/bin/expr/Makefile
diff options
context:
space:
mode:
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}