diff options
author | 1997-05-08 05:44:58 +0000 | |
---|---|---|
committer | 1997-05-08 05:44:58 +0000 | |
commit | 8e71c8621efc5ed527c6c73c46192401b28a9599 (patch) | |
tree | c7fd24133594245fb3d3c8d1a1c0a767a4d739e9 | |
parent | Ignore some more pseudo-targets (diff) | |
download | wireguard-openbsd-8e71c8621efc5ed527c6c73c46192401b28a9599.tar.xz wireguard-openbsd-8e71c8621efc5ed527c6c73c46192401b28a9599.zip |
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 |