Makefile revision 1.4
1# $NetBSD: Makefile,v 1.4 2003/10/13 06:56:47 dsl Exp $
2
3SUBDIR= biosboot
4
5LIBOBJ= ${.OBJDIR}
6.MAKEOVERRIDES+= LIBOBJ
7
8.include <bsd.subdir.mk>
9.include <bsd.obj.mk>
10
11cleandir distclean: cleanlibdir
12
13cleanlibdir:
14	-rm -rf lib
15