Home | History | Annotate | Line # | Download | only in tools
Makefile revision 1.11
      1  1.11       tv #	$NetBSD: Makefile,v 1.11 2001/10/31 01:20:10 tv Exp $
      2   1.1       tv 
      3   1.3       tv .include <bsd.own.mk>
      4   1.3       tv 
      5   1.1       tv # XXX this should use real dependencies
      6   1.6    enami SUBDIR=		binstall .WAIT gencat mkdep mtree rpcgen tsort \
      7   1.2       tv 		yacc .WAIT lex .WAIT \
      8  1.10  thorpej 		asn1_compile compile_et config lint lint1 lint2 lorder \
      9   1.9      jmc 		toolchain .WAIT texinfo crunchgen msgc menuc mklocale \
     10   1.9      jmc 		mdsetimage
     11   1.1       tv 
     12   1.5       tv TARGETS+=	build
     13   1.1       tv 
     14   1.1       tv .include <bsd.subdir.mk>
     15  1.11       tv .include <bsd.obj.mk>
     16