Home | History | Annotate | Line # | Download | only in bootxx
Makefile revision 1.2
      1 # $NetBSD: Makefile,v 1.2 2003/06/24 09:38:36 tron Exp $
      2 
      3 SUBDIR= bootxx_ufs bootxx_ffsv1 bootxx_ffsv2 bootxx_lfsv1 bootxx_lfsv2
      4 SUBDIR+= bootxx_dosfs bootxx_ustarfs
      5 
      6 .include <bsd.subdir.mk>
      7 
      8 cleandir distclean: cleanlibdir
      9 
     10 cleanlibdir:
     11 	rm -rf lib
     12