diff options
author | andreas <andreas@FreeBSD.org> | 1996-11-14 14:23:53 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1996-11-14 14:23:53 +0000 |
commit | c27ec42ac83935139a96ebd1347681838eeae0bc (patch) | |
tree | 04237b7a0359ace94d7084e66f82ba5abd45c697 /release | |
parent | 43d6e927782e6db24aaa87559d59458751073a7c (diff) | |
download | FreeBSD-src-c27ec42ac83935139a96ebd1347681838eeae0bc.zip FreeBSD-src-c27ec42ac83935139a96ebd1347681838eeae0bc.tar.gz |
Add a note, that vn driver has to be compiled into the kernel.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index ca4d758..16ede81 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.254 1996/11/12 19:18:05 jkh Exp $ +# $Id: Makefile,v 1.255 1996/11/13 13:40:47 jkh Exp $ # # How to roll a release: # @@ -10,6 +10,9 @@ # I also need to "make ports" and install those, but I'm not going to do # that on a 14.4 line just yet... # +# please note: the vn driver has to be compiled into your kernel, +# otherwise the target 'release.8' and possibly others will fail. +# # SET THIS !!! #BUILDNAME=2.2-960501-SNAP #CHROOTDIR=/junk/release |