summaryrefslogtreecommitdiffstats
path: root/sbin/swapon
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-25 11:23:12 +0000
committerbapt <bapt@FreeBSD.org>2014-11-25 11:23:12 +0000
commit6fdc031751627af3f5480588e8fd097c3a683ff6 (patch)
tree69f31f17bfe80e77e4f38188819e4e69f11b9f25 /sbin/swapon
parentb3accf4c8d5ec1d17667ddf40509a48d41bc2d91 (diff)
downloadFreeBSD-src-6fdc031751627af3f5480588e8fd097c3a683ff6.zip
FreeBSD-src-6fdc031751627af3f5480588e8fd097c3a683ff6.tar.gz
Convert sbin/ to LIBADD
Reduce overlinking
Diffstat (limited to 'sbin/swapon')
-rw-r--r--sbin/swapon/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/swapon/Makefile b/sbin/swapon/Makefile
index 6f8e8df..e9074be 100644
--- a/sbin/swapon/Makefile
+++ b/sbin/swapon/Makefile
@@ -8,7 +8,6 @@ LINKS+= ${BINDIR}/swapon ${BINDIR}/swapctl
MLINKS= swapon.8 swapoff.8
MLINKS+=swapon.8 swapctl.8
-DPADD= ${LIBUTIL}
-LDADD= -lutil
+LIBADD= util
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud