This is exactly the same as the .else, so remove it.

This commit is contained in:
Warner Losh 2010-09-13 04:23:23 +00:00
parent 4a9a1e43a5
commit fca5b4f4d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212531

View File

@ -14,8 +14,6 @@
.if ${MACHINE_CPUARCH} == "i386"
ARCH_SUBDIR= i387
.elif ${MACHINE_ARCH} == "powerpc64"
ARCH_SUBDIR= powerpc
.else
ARCH_SUBDIR= ${MACHINE_CPUARCH}
.endif