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