diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-03 00:38:18 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-05-03 00:38:18 +0000 |
commit | 9d6c4006ce188cd6370c1d84b625ab6e6d384931 (patch) | |
tree | a4114fe7abf6c58df7f024e3201f31cff797132b /distrib/alpha/simpleroot/Makefile.inc | |
parent | fff35a314a1d524c78d30e93b83cbdc45e8f7266 (diff) |
alpha simpleroot stuff - not tested - but should work
Diffstat (limited to 'distrib/alpha/simpleroot/Makefile.inc')
-rw-r--r-- | distrib/alpha/simpleroot/Makefile.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/distrib/alpha/simpleroot/Makefile.inc b/distrib/alpha/simpleroot/Makefile.inc new file mode 100644 index 00000000000..114906ea3ec --- /dev/null +++ b/distrib/alpha/simpleroot/Makefile.inc @@ -0,0 +1,5 @@ +IMAGESIZE?= 131072 # 64Mb in 512 byte blocks +BOOT_INSTALLBOT?= /usr/mdec/bootxx +GZIP?= cat +GZIPFLAGS?= +GZIPEXT?= |