summaryrefslogtreecommitdiffstats
path: root/bin/csh/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-25 11:15:40 +0000
committerbapt <bapt@FreeBSD.org>2014-11-25 11:15:40 +0000
commit53c2ff7734d36745ac563d50ed143d9cd7b352b0 (patch)
tree464e2b0fe4b668bbca54a17c993842255230d630 /bin/csh/Makefile
parentae45ae3f5d298bc24587c5e94dab89e48f5d2378 (diff)
downloadFreeBSD-src-53c2ff7734d36745ac563d50ed143d9cd7b352b0.zip
FreeBSD-src-53c2ff7734d36745ac563d50ed143d9cd7b352b0.tar.gz
Convert bin/ to LIBADD, reduce overlinking allow to build all components as
static
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 fd34524..e3df1d4 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
OpenPOWER on IntegriCloud