Module Name: src
Committed By: rin
Date: Thu May 6 13:07:00 UTC 2021
Modified Files:
src/sys/arch/amiga/stand/bootblock: Makefile
Log Message:
Unhook elf2bb and txlt as they are built as tools.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amiga/stand/bootblock/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/amiga/stand/bootblock/Makefile
diff -u src/sys/arch/amiga/stand/bootblock/Makefile:1.5 src/sys/arch/amiga/stand/bootblock/Makefile:1.6
--- src/sys/arch/amiga/stand/bootblock/Makefile:1.5 Thu Feb 25 03:42:14 2021
+++ src/sys/arch/amiga/stand/bootblock/Makefile Thu May 6 13:07:00 2021
@@ -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 <bsd.own.mk>
-# Don't install these, but make them first:
-.ifnmake install
-SUBDIR=txlt
-SUBDIR+=elf2bb
-.endif
-
-# but these:
SUBDIR+=boot bootxx_ffs bootxx_ffsv2
-
.include <bsd.subdir.mk>