Home | History | Annotate | Line # | Download | only in boot
Makefile revision 1.3
      1 # $NetBSD: Makefile,v 1.3 2003/10/08 18:51:50 dsl Exp $
      2 
      3 SUBDIR= biosboot
      4 
      5 LIBOBJ= ${.OBJDIR}
      6 .MAKEOVERRIDES+= LIBOBJ
      7 
      8 .include <bsd.subdir.mk>
      9 
     10 cleandir distclean: cleanlibdir
     11 
     12 cleanlibdir:
     13 	-rm -rf lib
     14