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}