remove whitespace introduced in rev 1.70

This commit is contained in:
purplerain 2024-04-09 06:44:57 +00:00
parent 1ebf44177b
commit c5d87f442b
Signed by: purplerain
GPG Key ID: F42C07F07E2E35B7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ DIST= ${.CURDIR}
# Machines for which we don't build the Xorg Xserver
NO_XORG_MACHINES= alpha landisk octeon
.for M in ${NO_XORG_MACHINES}
.for M in ${NO_XORG_MACHINES}
NO_XORG_${M} = --disable-xorg
.endfor
NO_XORG_OPTION=${NO_XORG_${MACHINE}}