Home | History | Annotate | Line # | Download | only in bootxx
Makefile revision 1.11.70.2
      1  1.11.70.2       jym # $NetBSD: Makefile,v 1.11.70.2 2011/01/10 00:37:32 jym Exp $
      2        1.1       dsl 
      3  1.11.70.2       jym 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.70.1       jym # Ext2fs doesn't have enough free space (it has only 1KB)
      7  1.11.70.1       jym # to store this primary bootloader, but we can put it into
      8  1.11.70.1       jym # an independent small 'boot' partition as NetBSD/hp300 does.
      9  1.11.70.1       jym SUBDIR+=bootxx_ext2fs
     10  1.11.70.1       jym 
     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.70.1       jym cleandir distclean: .WAIT cleanlibdir
     18        1.2      tron 
     19        1.2      tron cleanlibdir:
     20        1.4       dsl 	-rm -rf lib
     21