5a33f0b1e4
old alpha boot floppy, but uses the new libsa ustar FS instead of ffs and loads in 1 minute instead of 3. (5 minutes in 1.3.2). Future work will make use of the extra space, and also make a dual-floppy sysinst boot out of this or another clone dir.
7 lines
258 B
Makefile
7 lines
258 B
Makefile
# $NetBSD: Makefile.inc,v 1.1 1998/09/22 01:08:41 ross Exp $
|
|
|
|
# REV is revision without dots, as in "12C"
|
|
# VER is revision with dots, as in "1.2C"
|
|
REV!=sh ${.CURDIR}/../../../../sys/conf/osrelease.sh -s
|
|
VER!=sh ${.CURDIR}/../../../../sys/conf/osrelease.sh
|