diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-08-03 18:19:13 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2020-08-03 18:19:13 +0000 |
commit | cb7dafae944e1a5a0a207845c54a0db64d030335 (patch) | |
tree | de49a0a35edec617b3292df121dc154a58027ac7 /distrib/amd64 | |
parent | b11966f1283360c3b77f98ba8bdc43db22f18678 (diff) |
grow to cope with clang10
Diffstat (limited to 'distrib/amd64')
-rw-r--r-- | distrib/amd64/iso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/amd64/iso/Makefile b/distrib/amd64/iso/Makefile index 419d0689da4..163f890348b 100644 --- a/distrib/amd64/iso/Makefile +++ b/distrib/amd64/iso/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.37 2020/06/08 15:21:38 deraadt Exp $ +# $OpenBSD: Makefile,v 1.38 2020/08/03 18:19:12 deraadt Exp $ FS= install${OSrev}.img -FSSIZE= 1032192 +FSSIZE= 1359872 FSTYPE= install360 CDROM= install${OSrev}.iso |