Home | History | Annotate | Line # | Download | only in tools
Makefile revision 1.3
      1  1.3  tv #	$NetBSD: Makefile,v 1.3 2001/09/22 04:15:19 tv Exp $
      2  1.1  tv 
      3  1.3  tv .include <bsd.own.mk>
      4  1.3  tv 
      5  1.3  tv .ifdef USE_NEW_TOOLCHAIN
      6  1.1  tv # XXX this should use real dependencies
      7  1.1  tv SUBDIR=		binstall .WAIT gencat mkdep rpcgen tsort \
      8  1.2  tv 		yacc .WAIT lex .WAIT \
      9  1.3  tv 		compile_et config lint lint1 lint2 lorder \
     10  1.1  tv 		toolchain .WAIT texinfo
     11  1.3  tv .endif
     12  1.1  tv 
     13  1.1  tv TARGETS=	build
     14  1.1  tv 
     15  1.1  tv .include <bsd.subdir.mk>
     16