Home | History | Annotate | Line # | Download | only in bootxx
Makefile revision 1.10.22.1
      1  1.10.22.1    yamt # $NetBSD: Makefile,v 1.10.22.1 2006/12/10 07:16:19 yamt 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.10.22.1    yamt LIBOBJ= ${.OBJDIR}
      7        1.4     dsl .MAKEOVERRIDES+= LIBOBJ
      8        1.4     dsl 
      9        1.1     dsl .include <bsd.subdir.mk>
     10        1.5     dsl .include <bsd.obj.mk>
     11        1.2    tron 
     12        1.2    tron cleandir distclean: cleanlibdir
     13        1.2    tron 
     14        1.2    tron cleanlibdir:
     15        1.4     dsl 	-rm -rf lib
     16