Home | History | Annotate | Line # | Download | only in boot
Makefile revision 1.7.76.1
      1  1.7.76.1  uebayasi # $NetBSD: Makefile,v 1.7.76.1 2010/08/17 06:44:39 uebayasi Exp $
      2       1.1       dsl 
      3       1.1       dsl SUBDIR= biosboot
      4       1.1       dsl 
      5       1.7  drochner 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.7.76.1  uebayasi cleandir distclean: .WAIT cleanlibdir
     12       1.2      tron 
     13       1.2      tron cleanlibdir:
     14       1.3       dsl 	-rm -rf lib
     15