diff options
-rw-r--r-- | distrib/alpha/ramdisk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/ramdisk/Makefile b/distrib/alpha/ramdisk/Makefile index b44f7529090..ca4f9d1a0ae 100644 --- a/distrib/alpha/ramdisk/Makefile +++ b/distrib/alpha/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1997/05/08 00:50:01 niklas Exp $ +# $OpenBSD: Makefile,v 1.4 1997/05/08 05:44:58 millert Exp $ TOP= ${.CURDIR}/.. @@ -20,7 +20,7 @@ REALIMAGE!= echo /tmp/image.${PID} STRIP?= strip GZIP?= gzip GZIPFLAGS?= -9f -INSTALLBOOT?= /usr/mdec/installboot +INSTALLBOOT?= /usr/mdec/installboot -v FLOPPY?= floppy.fs FLOPPYBLKS?= 2880 |