Makefile revision 1.5
1#	$NetBSD: Makefile,v 1.5 2021/02/25 03:42:14 rin Exp $
2
3.include <bsd.own.mk>
4
5# Don't install these, but make them first:
6.ifnmake install
7SUBDIR=txlt
8SUBDIR+=elf2bb
9.endif
10
11# but these:
12SUBDIR+=boot bootxx_ffs bootxx_ffsv2
13
14
15.include <bsd.subdir.mk>
16