14 lines
339 B
Makefile
14 lines
339 B
Makefile
# $NetBSD: Makefile,v 1.7 2001/10/13 06:11:06 jmc Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# XXX this should use real dependencies
|
|
SUBDIR= binstall .WAIT gencat mkdep mtree rpcgen tsort \
|
|
yacc .WAIT lex .WAIT \
|
|
compile_et config lint lint1 lint2 lorder \
|
|
toolchain .WAIT texinfo crunchgen msgc menuc
|
|
|
|
TARGETS+= build
|
|
|
|
.include <bsd.subdir.mk>
|