diff options
author | KATO Takenori <kato@FreeBSD.org> | 1999-06-03 10:38:07 +0000 |
---|---|---|
committer | KATO Takenori <kato@FreeBSD.org> | 1999-06-03 10:38:07 +0000 |
commit | 8326768a5c47ff2430280d4b3e937730c5b51e36 (patch) | |
tree | 15913fbd0200554ca9b22bdc7890e324bf4a545d /sys/Makefile | |
parent | c3e53c0457afa1577f603b7b52638ad019201f33 (diff) | |
download | src-test2-8326768a5c47ff2430280d4b3e937730c5b51e36.tar.gz src-test2-8326768a5c47ff2430280d4b3e937730c5b51e36.zip |
Notes
Diffstat (limited to 'sys/Makefile')
-rw-r--r-- | sys/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/Makefile b/sys/Makefile index 876ae0df6a2f..fd892f3e86b9 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,9 +1,9 @@ -# $Id: Makefile,v 1.16 1998/12/30 12:06:08 bde Exp $ +# $Id: Makefile,v 1.17 1999/04/21 11:09:40 jkoshy Exp $ # This is the old aout only boot loader. .if exists(${.CURDIR}/${MACHINE}/boot) && ${OBJFORMAT} == "aout" SUBDIR= ${MACHINE}/boot -.elif exists(${.CURDIR}/boot) && ${MACHINE} == "i386" && ${OBJFORMAT} == "elf" +.elif exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf" SUBDIR= boot .endif |