aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r--bin/sh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile
index bce1e6a96e1a..9653422943d2 100644
--- a/bin/sh/Makefile
+++ b/bin/sh/Makefile
@@ -14,8 +14,8 @@ SRCS= ${SHSRCS} ${GENSRCS} ${GENHDRS} y.tab.h
# utilities of the same name are handled with the associated manpage,
# builtin.1 in share/man/man1/.
-DPADD+= ${LIBL} ${LIBEDIT} ${LIBTERMCAP}
-LDADD+= -ll -ledit -ltermcap
+DPADD= ${LIBL} ${LIBEDIT} ${LIBTERMCAP}
+LDADD= -ll -ledit -ltermcap
LFLAGS= -8 # 8-bit lex scanner for arithmetic
CFLAGS+=-DSHELL -I. -I${.CURDIR}