From b7e3a91e98ac40c2987b91ceb01f54e2f8638e99 Mon Sep 17 00:00:00 2001 From: rin Date: Thu, 6 May 2021 13:07:00 +0000 Subject: [PATCH] Unhook elf2bb and txlt as they are built as tools. --- sys/arch/amiga/stand/bootblock/Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/sys/arch/amiga/stand/bootblock/Makefile b/sys/arch/amiga/stand/bootblock/Makefile index 81a541832570..948917054f34 100644 --- a/sys/arch/amiga/stand/bootblock/Makefile +++ b/sys/arch/amiga/stand/bootblock/Makefile @@ -1,15 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2021/02/25 03:42:14 rin Exp $ +# $NetBSD: Makefile,v 1.6 2021/05/06 13:07:00 rin Exp $ .include -# Don't install these, but make them first: -.ifnmake install -SUBDIR=txlt -SUBDIR+=elf2bb -.endif - -# but these: SUBDIR+=boot bootxx_ffs bootxx_ffsv2 - .include