Make NDISKS an integer, simplify CLEANFILES with globbing
authorkn <kn@openbsd.org>
Wed, 14 Sep 2022 09:57:47 +0000 (09:57 +0000)
committerkn <kn@openbsd.org>
Wed, 14 Sep 2022 09:57:47 +0000 (09:57 +0000)
commitcc4d5080e8badc72e76f221146457247256f524c
treee6fd5c27b5367dbca57162fac87d36f6028ae290
parent95bf5225b52882c13331df80ede32b391a937d8e
Make NDISKS an integer, simplify CLEANFILES with globbing

Testing with three softraid chunks now means NDISKS=3 as one would expect
and not NDISKS='1 2 3'.

This uses the powerful jot(1) -w and rs(1) -T commands and allows for more
simplifications in the Makefile.
regress/usr.sbin/installboot/Makefile