Home | History | Annotate | Line # | Download | only in bootxx
      1  1.14  jakllsch # $NetBSD: Makefile,v 1.14 2010/12/29 17:44:03 jakllsch Exp $
      2   1.1       dsl 
      3  1.14  jakllsch 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.13   tsutsui # Ext2fs doesn't have enough free space (it has only 1KB)
      7  1.13   tsutsui # to store this primary bootloader, but we can put it into
      8  1.13   tsutsui # an independent small 'boot' partition as NetBSD/hp300 does.
      9  1.13   tsutsui SUBDIR+=bootxx_ext2fs
     10  1.13   tsutsui 
     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.12  dholland cleandir distclean: .WAIT cleanlibdir
     18   1.2      tron 
     19   1.2      tron cleanlibdir:
     20   1.4       dsl 	-rm -rf lib
     21