summaryrefslogtreecommitdiffstats
path: root/bin/df/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bin/df/Makefile')
-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