From 530cd38bd60b67c9bc61e427a3f22a74f1ad86ea Mon Sep 17 00:00:00 2001 From: Simon 'corecode' Schubert Date: Mon, 29 Dec 2008 19:42:59 +0100 Subject: [PATCH] Remove outdated conditional. --- sys/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/Makefile b/sys/Makefile index 572b368993..06dca54f50 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -2,7 +2,7 @@ # $DragonFly: src/sys/Makefile,v 1.16 2007/12/30 20:02:56 hasso Exp $ # This is the old aout only boot loader. -.if exists(${.CURDIR}/boot) && ${MACHINE_ARCH} == "i386" && ${OBJFORMAT} == "elf" +.if exists(${.CURDIR}/boot) SUBDIR= boot .endif -- 2.41.0