aboutsummaryrefslogtreecommitdiff
path: root/bin/csh/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 11:15:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-11-25 11:15:40 +0000
commit12cd1730ee44a04d5137368d62233dc38c7ce233 (patch)
tree464e2b0fe4b668bbca54a17c993842255230d630 /bin/csh/Makefile
parente859a32cd64103958b3b7d82470c54c222adcf98 (diff)
downloadsrc-12cd1730ee44a04d5137368d62233dc38c7ce233.tar.gz
src-12cd1730ee44a04d5137368d62233dc38c7ce233.zip
Convert bin/ to LIBADD, reduce overlinking allow to build all components as
static
Notes
Notes: svn path=/head/; revision=275028
Diffstat (limited to 'bin/csh/Makefile')
-rw-r--r--bin/csh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/csh/Makefile b/bin/csh/Makefile
index fd345245eb0b..e3df1d464193 100644
--- a/bin/csh/Makefile
+++ b/bin/csh/Makefile
@@ -40,8 +40,7 @@ MLINKS= csh.1 tcsh.1
# utilities of the same name are handled with the associated manpage,
# builtin.1 in share/man/man1/.
-DPADD= ${LIBTERMCAPW} ${LIBCRYPT}
-LDADD= -ltermcapw -lcrypt
+LIBADD= termcapw crypt
LINKS= ${BINDIR}/csh ${BINDIR}/tcsh