Home | History | Annotate | Line # | Download | only in tools
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 2001/08/14 11:01:55 tv Exp $
      2 
      3 # XXX this should use real dependencies
      4 SUBDIR=		binstall .WAIT gencat mkdep rpcgen tsort \
      5 		yacc .WAIT \
      6 		lex .WAIT config lint lint1 lint2 \
      7 		toolchain .WAIT texinfo
      8 
      9 TARGETS=	build
     10 
     11 .include <bsd.subdir.mk>
     12