Home | History | Annotate | Line # | Download | only in tools
Makefile revision 1.8
      1  1.8    jmc #	$NetBSD: Makefile,v 1.8 2001/10/20 06:05:00 jmc 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.8    jmc 		toolchain .WAIT texinfo crunchgen msgc menuc mklocale
     10  1.1     tv 
     11  1.5     tv TARGETS+=	build
     12  1.1     tv 
     13  1.1     tv .include <bsd.subdir.mk>
     14