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