diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-10-27 00:22:05 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-10-27 00:22:05 +0000 |
| commit | 52fe5948a07d80e904bc4b26c442550afa7245b4 (patch) | |
| tree | 422fe0585c211db0b495d77f0f4634acff62bd48 /usr.sbin | |
| parent | 7e50af21ba915bac3cb8b765eb033bf51a9c7cd1 (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index b237eb5609564..ea42c3fc251ba 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -197,7 +197,8 @@ SUBDIR+=boot98cfg SUBDIR+=ofwdump .endif -.if ${MACHINE} == "i386" || ${MACHINE} == "alpha" || ${MACHINE} == "pc98" +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha" || \ + ${MACHINE_ARCH} == "ia64" SUBDIR+= sysinstall .endif |
