From 13393996948bd15b4c068037d9ff8c0cf1bdd453 Mon Sep 17 00:00:00 2001 From: Robert Nordier Date: Sun, 11 Oct 1998 12:59:40 +0000 Subject: [PATCH] Override for ELF. --- sys/boot/i386/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/boot/i386/Makefile b/sys/boot/i386/Makefile index e63d63d2468..c53e47936e2 100644 --- a/sys/boot/i386/Makefile +++ b/sys/boot/i386/Makefile @@ -1,7 +1,7 @@ -SUBDIR= boot0 +# $Id:$ -.if ${OBJFORMAT} == elf -SUBDIR+= btx libi386 loader -.endif +SUBDIR= boot0 btx libi386 loader + +.MAKEFLAGS: OBJFORMAT=elf .include