diff options
author | bmah <bmah@FreeBSD.org> | 2001-05-21 18:15:01 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2001-05-21 18:15:01 +0000 |
commit | 76d662958aa4460c71ae7dc6596ed71f18029a16 (patch) | |
tree | e8ffe02d9de1efa6a303c05a4d5659ffb893ee46 /release/Makefile | |
parent | 9b5c53fcf3260b64aa94c6143269f6085a742542 (diff) | |
download | FreeBSD-src-76d662958aa4460c71ae7dc6596ed71f18029a16.zip FreeBSD-src-76d662958aa4460c71ae7dc6596ed71f18029a16.tar.gz |
Update comment: We don't use vn(4) anymore in -CURRENT, we use md(4).
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index f217aa1..fbb407b 100644 --- a/release/Makefile +++ b/release/Makefile @@ -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! |