15 lines
381 B
Makefile
15 lines
381 B
Makefile
# $NetBSD: Makefile,v 1.10 2001/10/25 07:45:13 thorpej Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
# XXX this should use real dependencies
|
|
SUBDIR= binstall .WAIT gencat mkdep mtree rpcgen tsort \
|
|
yacc .WAIT lex .WAIT \
|
|
asn1_compile compile_et config lint lint1 lint2 lorder \
|
|
toolchain .WAIT texinfo crunchgen msgc menuc mklocale \
|
|
mdsetimage
|
|
|
|
TARGETS+= build
|
|
|
|
.include <bsd.subdir.mk>
|