summaryrefslogtreecommitdiffstats
path: root/bin/df
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/df
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/df')
-rw-r--r--bin/df/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/df/Makefile b/bin/df/Makefile
index fb7b09a..5cdae9e 100644
--- a/bin/df/Makefile
+++ b/bin/df/Makefile
@@ -9,7 +9,6 @@ SRCS= df.c vfslist.c
CFLAGS+= -I${MOUNT}
-DPADD= ${LIBUTIL} ${LIBXO}
-LDADD= -lutil -lxo
+LIBADD= xo util
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud