Home | History | Annotate | Line # | Download | only in boot
Makefile revision 1.3
      1  1.3   dsl # $NetBSD: Makefile,v 1.3 2003/10/08 18:51:50 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.2  tron 
     10  1.2  tron cleandir distclean: cleanlibdir
     11  1.2  tron 
     12  1.2  tron cleanlibdir:
     13  1.3   dsl 	-rm -rf lib
     14