1 1.11.56.2 yamt # $NetBSD: Makefile,v 1.11.56.2 2010/10/09 03:31:48 yamt Exp $ 2 1.1 dsl 3 1.9 dyoung SUBDIR= bootxx_cd9660 bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2 4 1.3 lukem SUBDIR+=bootxx_msdos bootxx_ustarfs 5 1.1 dsl 6 1.11.56.2 yamt # Ext2fs doesn't have enough free space (it has only 1KB) 7 1.11.56.2 yamt # to store this primary bootloader, but we can put it into 8 1.11.56.2 yamt # an independent small 'boot' partition as NetBSD/hp300 does. 9 1.11.56.2 yamt SUBDIR+=bootxx_ext2fs 10 1.11.56.2 yamt 11 1.11 drochner LIBOBJ= ${.OBJDIR} 12 1.4 dsl .MAKEOVERRIDES+= LIBOBJ 13 1.4 dsl 14 1.1 dsl .include <bsd.subdir.mk> 15 1.5 dsl .include <bsd.obj.mk> 16 1.2 tron 17 1.11.56.1 yamt cleandir distclean: .WAIT cleanlibdir 18 1.2 tron 19 1.2 tron cleanlibdir: 20 1.4 dsl -rm -rf lib 21