diff options
-rw-r--r-- | usr.sbin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 44ccefb..011d9be 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -197,7 +197,7 @@ SUBDIR= ac \ zic \ ${_zzz} -.if ${MACHINE_ARCH} != "arm" +.if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "mips" _sysinstall= sysinstall .endif |