diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:15:40 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:15:40 +0000 |
commit | 12cd1730ee44a04d5137368d62233dc38c7ce233 (patch) | |
tree | 464e2b0fe4b668bbca54a17c993842255230d630 /bin/sh/Makefile | |
parent | e859a32cd64103958b3b7d82470c54c222adcf98 (diff) |
Convert bin/ to LIBADD, reduce overlinking allow to build all components as
static
Notes
Notes:
svn path=/head/; revision=275028
Diffstat (limited to 'bin/sh/Makefile')
-rw-r--r-- | bin/sh/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index ad43d33e6c3c..3f28a1231fd3 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -18,8 +18,7 @@ SRCS= ${SHSRCS} ${GENSRCS} ${GENHDRS} # utilities of the same name are handled with the associated manpage, # builtin.1 in share/man/man1/. -DPADD= ${LIBEDIT} ${LIBTERMCAPW} -LDADD= -ledit -ltermcapw +LIBADD= edit CFLAGS+=-DSHELL -I. -I${.CURDIR} # for debug: |