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