Makefile revision 1.12
11.12Stv# $NetBSD: Makefile,v 1.12 2001/10/31 17:46:08 tv Exp $ 21.1Stv 31.3Stv.include <bsd.own.mk> 41.3Stv 51.1Stv# XXX this should use real dependencies 61.6SenamiSUBDIR= binstall .WAIT gencat mkdep mtree rpcgen tsort \ 71.2Stv yacc .WAIT lex .WAIT \ 81.10Sthorpej asn1_compile compile_et config lint lint1 lint2 lorder \ 91.9Sjmc toolchain .WAIT texinfo crunchgen msgc menuc mklocale \ 101.9Sjmc mdsetimage 111.1Stv 121.5StvTARGETS+= build 131.1Stv 141.1Stv.include <bsd.subdir.mk> 151.11Stv.include <bsd.obj.mk> 161.12Stv 171.12Stvcleandir: cleantools 181.12Stvcleantools: 191.12Stv rm -r -f tools.${HOST_OSTYPE} 20