diff options
| author | Robert Nordier <rnordier@FreeBSD.org> | 1998-10-11 18:39:38 +0000 |
|---|---|---|
| committer | Robert Nordier <rnordier@FreeBSD.org> | 1998-10-11 18:39:38 +0000 |
| commit | 1b9112ea6be40c0f526c1dea206998f743cc992e (patch) | |
| tree | e206b72708eba321bde33abf1f1f8a6bc2640b0c /sys/Makefile | |
| parent | ed4a07ffcc2c4468c7f918c139f26b994fa46620 (diff) | |
Notes
Diffstat (limited to 'sys/Makefile')
| -rw-r--r-- | sys/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/Makefile b/sys/Makefile index 02f77bf089dc..470207db8201 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.11 1998/09/05 08:27:56 jb Exp $ +# $Id: Makefile,v 1.12 1998/10/04 00:42:08 gpalmer Exp $ # This is the old aout only boot loader. .if exists(${MACHINE}/boot) && ${OBJFORMAT} == "aout" SUBDIR= ${MACHINE}/boot +.elif exists(boot) && ${MACHINE} == "i386" && ${OBJFORMAT} == "elf" +SUBDIR= boot .endif .if exists(boot) && ${MACHINE_ARCH} == "alpha" |
