Convert bin/ to LIBADD, reduce overlinking allow to build all components as

static
This commit is contained in:
Baptiste Daroussin
2014-11-25 11:15:40 +00:00
parent e859a32cd6
commit 12cd1730ee
8 changed files with 9 additions and 21 deletions
+1 -2
View File
@@ -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