diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-08-26 18:38:13 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-08-26 18:38:13 +0000 |
commit | 1983706e833c7427665d698419ab9a12296b8bd1 (patch) | |
tree | 9248f0be2f51742e25c115f7c0a254abbb5c0e28 /distrib/alpha/common | |
parent | 9d5ee13b309e9f8d85e1c9987536a96e7920e255 (diff) |
fix obvious accident introduced with r1.9, there is no disktype floppyx
fixes alpha mkr
Diffstat (limited to 'distrib/alpha/common')
-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 |