From 6fdc031751627af3f5480588e8fd097c3a683ff6 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 25 Nov 2014 11:23:12 +0000 Subject: Convert sbin/ to LIBADD Reduce overlinking --- sbin/swapon/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sbin/swapon/Makefile') 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 -- cgit v1.1