Unhook elf2bb and txlt as they are built as tools.

This commit is contained in:
rin 2021-05-06 13:07:00 +00:00
parent b84b6c59df
commit b7e3a91e98
1 changed files with 1 additions and 9 deletions

View File

@ -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>