summaryrefslogtreecommitdiffstats
path: root/sbin/growfs
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/growfs
parentb3accf4c8d5ec1d17667ddf40509a48d41bc2d91 (diff)
downloadFreeBSD-src-6fdc031751627af3f5480588e8fd097c3a683ff6.zip
FreeBSD-src-6fdc031751627af3f5480588e8fd097c3a683ff6.tar.gz
Convert sbin/ to LIBADD
Reduce overlinking
Diffstat (limited to 'sbin/growfs')
-rw-r--r--sbin/growfs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile
index 025771f..1f7422e 100644
--- a/sbin/growfs/Makefile
+++ b/sbin/growfs/Makefile
@@ -19,11 +19,10 @@ CFLAGS+=-I${.CURDIR}/../mount
SRCS+= debug.c
.endif
-DPADD= ${LIBUTIL}
-LDADD= -lutil
+LIBADD= util
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
-.include <bsd.prog.mk>
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud