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