Makefile revision 1.3
11.3Stv# $NetBSD: Makefile,v 1.3 2001/09/22 04:15:19 tv Exp $ 21.1Stv 31.3Stv.include <bsd.own.mk> 41.3Stv 51.3Stv.ifdef USE_NEW_TOOLCHAIN 61.1Stv# XXX this should use real dependencies 71.1StvSUBDIR= binstall .WAIT gencat mkdep rpcgen tsort \ 81.2Stv yacc .WAIT lex .WAIT \ 91.3Stv compile_et config lint lint1 lint2 lorder \ 101.1Stv toolchain .WAIT texinfo 111.3Stv.endif 121.1Stv 131.1StvTARGETS= build 141.1Stv 151.1Stv.include <bsd.subdir.mk> 16