1 1.4 dsl # $NetBSD: Makefile,v 1.4 2003/10/13 06:56:47 dsl Exp $ 2 1.1 dsl 3 1.1 dsl SUBDIR= biosboot 4 1.1 dsl 5 1.3 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