aboutsummaryrefslogtreecommitdiff
path: root/sbin/growfs/Makefile
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2017-10-10 16:17:03 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2017-10-10 16:17:03 +0000
commit3abf5d76f2edee77981540feac63b2c0edfdbed7 (patch)
tree02bca67241e3410e2c7bbf6c8ae32f7d4c0d69b7 /sbin/growfs/Makefile
parent838c6d51d5bae35918fc3d6bf1b185c596bc2ed1 (diff)
downloadsrc-3abf5d76f2edee77981540feac63b2c0edfdbed7.tar.gz
src-3abf5d76f2edee77981540feac63b2c0edfdbed7.zip
Growfs got missed in r323923 that added a check hash to cylinder groups.
This makes the needed changes to add/update cylinder group check hashes when a filesystem is expanded. Reported by: kib and Warner Losh (imp) Reviewed by: kib Tested by: Peter Holm (pho)
Notes
Notes: svn path=/head/; revision=324499
Diffstat (limited to 'sbin/growfs/Makefile')
-rw-r--r--sbin/growfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/growfs/Makefile b/sbin/growfs/Makefile
index 01a209849789..8aeb9d77509e 100644
--- a/sbin/growfs/Makefile
+++ b/sbin/growfs/Makefile
@@ -20,7 +20,7 @@ CFLAGS+= -DFS_DEBUG
NO_WCAST_ALIGN= yes
.endif
-LIBADD= util
+LIBADD= ufs util
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests