1 1.5 dsl # $NetBSD: Makefile,v 1.5 2004/08/23 06:54:04 dsl 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