Update comment: We don't use vn(4) anymore in -CURRENT, we use md(4).

This commit is contained in:
Bruce A. Mah 2001-05-21 18:15:01 +00:00
parent c69ff89710
commit 25baf47f30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76938

View File

@ -9,7 +9,8 @@
# which CVS "tag" name should be used when checking out the sources to build
# the release (default is HEAD).
#
# Please note: the vn driver must also be compiled into your kernel,
# Please note: the md(4) driver must be compiled into your kernel
# or available as a kld(4)-style kernel module,
# otherwise the target 'release.8' and possibly others will fail.
#
# Set these, release builder!