Unhook elf2bb and txlt as they are built as tools.
This commit is contained in:
parent
b84b6c59df
commit
b7e3a91e98
|
@ -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>
|
.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
|
SUBDIR+=boot bootxx_ffs bootxx_ffsv2
|
||||||
|
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
.include <bsd.subdir.mk>
|
||||||
|
|
Loading…
Reference in New Issue