Makefile revision 1.9
11.8Sjmc# $NetBSD: Makefile,v 1.9 2001/10/21 23:10:46 jmc 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.3Stv 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> 15