1 1.11.78.2 rmind # $NetBSD: Makefile,v 1.11.78.2 2011/03/05 20:50:43 rmind Exp $ 2 1.1 dsl 3 1.11.78.2 rmind SUBDIR= 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.78.2 rmind # Ext2fs doesn't have enough free space (it has only 1KB) 7 1.11.78.2 rmind # to store this primary bootloader, but we can put it into 8 1.11.78.2 rmind # an independent small 'boot' partition as NetBSD/hp300 does. 9 1.11.78.2 rmind SUBDIR+=bootxx_ext2fs 10 1.11.78.2 rmind 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.78.1 rmind cleandir distclean: .WAIT cleanlibdir 18 1.2 tron 19 1.2 tron cleanlibdir: 20 1.4 dsl -rm -rf lib 21