Home | History | Annotate | Line # | Download | only in bootxx
Makefile revision 1.5
      1 # $NetBSD: Makefile,v 1.5 2009/05/13 14:55:20 tsutsui 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: cleanlibdir
     12 
     13 cleanlibdir:
     14 	-rm -rf lib
     15