diff options
author | 2005-08-26 18:38:12 +0000 | |
---|---|---|
committer | 2005-08-26 18:38:12 +0000 | |
commit | 4345d4bfbe10b61f7daf20da5fefebb7ea352b74 (patch) | |
tree | c3dde3ce5ebacf6f41facb5033b73a7dd39dc10a | |
parent | kill bad punctuation; (diff) | |
download | wireguard-openbsd-4345d4bfbe10b61f7daf20da5fefebb7ea352b74.tar.xz wireguard-openbsd-4345d4bfbe10b61f7daf20da5fefebb7ea352b74.zip |
fix obvious accident introduced with r1.9, there is no disktype floppyx
fixes alpha mkr
-rw-r--r-- | distrib/alpha/common/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/common/Makefile.inc b/distrib/alpha/common/Makefile.inc index 38f286095c8..38c15f683fa 100644 --- a/distrib/alpha/common/Makefile.inc +++ b/distrib/alpha/common/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.9 2005/06/01 18:53:27 deraadt Exp $ +# $OpenBSD: Makefile.inc,v 1.10 2005/08/26 18:38:12 henning Exp $ TOP= ${.CURDIR}/.. @@ -22,7 +22,7 @@ INSTALLBOOT?= /usr/mdec/installboot -v XNAME?= floppy FLOPPY?= ${XNAME}${REV}.fs FLOPPYBLKS?= 2880 -FLOPPYTYPE?= floppyx +FLOPPYTYPE?= floppy3 BOOT?= /usr/mdec/boot BOOTXX?= /usr/mdec/bootxx |