diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-09-17 16:32:00 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2017-09-17 16:32:00 +0000 |
commit | bac3004eed48eaa5983be17bf72e91fdd4593f57 (patch) | |
tree | ba20cdf39da33ce8cf303a5247d315cfa13957be | |
parent | 06f20ae6d3359abbf496434b47f3626668f01c49 (diff) |
Give up on alpha floppies for now
-rw-r--r-- | distrib/alpha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/alpha/Makefile b/distrib/alpha/Makefile index dbf5f6c4b7a..0149db1ed34 100644 --- a/distrib/alpha/Makefile +++ b/distrib/alpha/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.12 2017/03/30 17:29:17 deraadt Exp $ +# $OpenBSD: Makefile,v 1.13 2017/09/17 16:31:59 deraadt Exp $ -SUBDIR= bsd.rd miniroot floppy floppyC cdfs +SUBDIR= bsd.rd miniroot cdfs .if make(obj) || make(cleandir) || make(clean) SUBDIR+= iso |