Home | History | Annotate | Line # | Download | only in tools
Makefile revision 1.6
      1  1.6  enami #	$NetBSD: Makefile,v 1.6 2001/10/09 05:19:05 enami 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.3     tv 		compile_et config lint lint1 lint2 lorder \
      9  1.1     tv 		toolchain .WAIT texinfo
     10  1.1     tv 
     11  1.5     tv TARGETS+=	build
     12  1.1     tv 
     13  1.1     tv .include <bsd.subdir.mk>
     14