Home | History | Annotate | Line # | Download | only in bootxx
Makefile revision 1.10.20.1
      1 # $NetBSD: Makefile,v 1.10.20.1 2006/11/18 21:29:20 ad Exp $
      2 
      3 SUBDIR=	bootxx_cd9660 bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2
      4 SUBDIR+=bootxx_msdos bootxx_ustarfs
      5 
      6 LIBOBJ= ${.OBJDIR}
      7 .MAKEOVERRIDES+= LIBOBJ
      8 
      9 .include <bsd.subdir.mk>
     10 .include <bsd.obj.mk>
     11 
     12 cleandir distclean: cleanlibdir
     13 
     14 cleanlibdir:
     15 	-rm -rf lib
     16