1 1.6 christos # $NetBSD: Makefile,v 1.6 2005/12/11 12:17:47 christos Exp $ 2 1.1 dsl 3 1.1 dsl SUBDIR= biosboot 4 1.1 dsl 5 1.5 dsl LIBOBJ:= ${.OBJDIR} 6 1.3 dsl .MAKEOVERRIDES+= LIBOBJ 7 1.3 dsl 8 1.1 dsl .include <bsd.subdir.mk> 9 1.4 dsl .include <bsd.obj.mk> 10 1.2 tron 11 1.2 tron cleandir distclean: cleanlibdir 12 1.2 tron 13 1.2 tron cleanlibdir: 14 1.3 dsl -rm -rf lib 15