diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 13:44:55 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 13:44:55 +0000 |
| commit | c7730c31caebd6226dd64d387762b2daf31984bc (patch) | |
| tree | 1f6ce2c0c07b30780640dc017177b8b176dc7493 | |
| parent | bc67fdeab26f23332faa81ef7f2ef07215d4c057 (diff) | |
Notes
| -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 b137e7cdd0d8..5ae993a686c5 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -180,7 +180,7 @@ SUBDIR= ac \ zic \ ${_zzz} -.if ${MACHINE_ARCH} != "powerpc" +.if ${MACHINE_ARCH} != "powerpc" && ${MACHINE_ARCH} != "arm" _sysinstall= sysinstall .endif |
