diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-08 05:44:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-05-08 05:44:59 +0000 |
commit | 4023a14c3930961ef158e5ccf77cee0bed62feaa (patch) | |
tree | d38df2917906191f44d32d07234a66c3e46a9634 | |
parent | 905915a67acd5efc050cedc60c0a12ee576176a0 (diff) |
run installboot with -v flag
-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 |