diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-05 15:08:11 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-05 15:08:11 +0000 |
commit | 1d588330554eee144daebfaec284091d5ab40858 (patch) | |
tree | 99f2ab1461faaf9f1fb2a91bf18e00372ca34269 /distrib/alpha/simpleroot/Makefile.inc | |
parent | 0ddd0627de1f05e0dc740a121f7c32238240a6cb (diff) |
fix type (BOT -> BOOT)
Diffstat (limited to 'distrib/alpha/simpleroot/Makefile.inc')
-rw-r--r-- | distrib/alpha/simpleroot/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/alpha/simpleroot/Makefile.inc b/distrib/alpha/simpleroot/Makefile.inc index 76fae07b37f..7ce49444321 100644 --- a/distrib/alpha/simpleroot/Makefile.inc +++ b/distrib/alpha/simpleroot/Makefile.inc @@ -1,5 +1,5 @@ IMAGESIZE?= 65536 # 32Mb in 512 byte blocks -BOOT_INSTALLBOT?= /usr/mdec/bootxx +BOOT_INSTALLBOOT?= /usr/mdec/bootxx GZIP?= cat GZIPFLAGS?= GZIPEXT?= |