12 lines
269 B
Makefile
12 lines
269 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2001/08/14 11:01:55 tv Exp $
|
||
|
|
||
|
# XXX this should use real dependencies
|
||
|
SUBDIR= binstall .WAIT gencat mkdep rpcgen tsort \
|
||
|
yacc .WAIT \
|
||
|
lex .WAIT config lint lint1 lint2 \
|
||
|
toolchain .WAIT texinfo
|
||
|
|
||
|
TARGETS= build
|
||
|
|
||
|
.include <bsd.subdir.mk>
|