Home | History | Annotate | Line # | Download | only in bootxx
Makefile revision 1.11.76.2
      1  1.11.76.1  uebayasi # $NetBSD: Makefile,v 1.11.76.2 2010/10/22 07:21:21 uebayasi 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.76.2  uebayasi # Ext2fs doesn't have enough free space (it has only 1KB)
      7  1.11.76.2  uebayasi # to store this primary bootloader, but we can put it into
      8  1.11.76.2  uebayasi # an independent small 'boot' partition as NetBSD/hp300 does.
      9  1.11.76.2  uebayasi SUBDIR+=bootxx_ext2fs
     10  1.11.76.2  uebayasi 
     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.76.1  uebayasi cleandir distclean: .WAIT cleanlibdir
     18        1.2      tron 
     19        1.2      tron cleanlibdir:
     20        1.4       dsl 	-rm -rf lib
     21