Makefile revision 1.1
11.1Stv# $NetBSD: Makefile,v 1.1 2001/08/14 11:01:55 tv Exp $ 21.1Stv 31.1Stv# XXX this should use real dependencies 41.1StvSUBDIR= binstall .WAIT gencat mkdep rpcgen tsort \ 51.1Stv yacc .WAIT \ 61.1Stv lex .WAIT config lint lint1 lint2 \ 71.1Stv toolchain .WAIT texinfo 81.1Stv 91.1StvTARGETS= build 101.1Stv 111.1Stv.include <bsd.subdir.mk> 12