diff options
-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 |