1 # $NetBSD: Makefile,v 1.14 2020/08/14 03:29:23 isaki Exp $ 2 3 # host tools 4 SUBDIR= newdisk installboot 5 6 # standalone libs 7 SUBDIR+= libdos libiocs libsa .WAIT 8 9 # standalone bootloaders 10 SUBDIR+= mboot 11 SUBDIR+= boot_ufs 12 SUBDIR+= boot_ustar 13 SUBDIR+= xxboot 14 SUBDIR+= boot netboot 15 16 # Human68k utility 17 SUBDIR+= aout2hux .WAIT loadbsd 18 19 .include <bsd.subdir.mk> 20