1# $NetBSD: Makefile,v 1.6 2010/05/27 06:58:14 dholland Exp $
2
3SUBDIR=	bootxx_ffsv1 .WAIT bootxx_ffsv2 bootxx_ustarfs
4
5LIBOBJ= ${.OBJDIR}
6.MAKEOVERRIDES+= LIBOBJ
7
8.include <bsd.subdir.mk>
9.include <bsd.obj.mk>
10
11cleandir distclean: .WAIT cleanlibdir
12
13cleanlibdir:
14	-rm -rf lib
15