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