Home | History | Annotate | Line # | Download | only in bootxx
Makefile revision 1.5.4.1
      1 # $NetBSD: Makefile,v 1.5.4.1 2010/05/30 05:16:56 rmind Exp $
      2 
      3 SUBDIR=	bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_ustarfs
      4 
      5 LIBOBJ= ${.OBJDIR}
      6 .MAKEOVERRIDES+= LIBOBJ
      7 
      8 .include <bsd.subdir.mk>
      9 .include <bsd.obj.mk>
     10 
     11 cleandir distclean: .WAIT cleanlibdir
     12 
     13 cleanlibdir:
     14 	-rm -rf lib
     15