diff options
| author | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 13:34:53 +0000 |
|---|---|---|
| committer | Olivier Houchard <cognet@FreeBSD.org> | 2004-05-14 13:34:53 +0000 |
| commit | b791f3fb91d4bbe5ef34d85ef85490253165c12d (patch) | |
| tree | dcc4a1832a66cc06dae4823f4510e63990ed2f91 /sys | |
| parent | ac388bcd91087ad9572059bf8645aa7370363e9a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile index aa2c19c3d245..9c5dc0557885 100644 --- a/sys/boot/Makefile +++ b/sys/boot/Makefile @@ -11,7 +11,9 @@ SUBDIR+= ofw .endif # Pick the machine-dependent subdir based on the target architecture. +.if ${MACHINE_ARCH} != "arm" SUBDIR+= ${MACHINE:S/amd64/i386/} +.endif # Build ARC / AlphaBIOS executable on the Alpha # (this is a WIP (work in progress)). |
