2001-09-22 16:29:22 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2001/09/22 12:29:22 tv Exp $
|
2001-08-14 15:01:55 +04:00
|
|
|
|
2001-09-22 08:15:19 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
|
|
|
.ifdef USE_NEW_TOOLCHAIN
|
2001-08-14 15:01:55 +04:00
|
|
|
# XXX this should use real dependencies
|
|
|
|
SUBDIR= binstall .WAIT gencat mkdep rpcgen tsort \
|
2001-09-22 03:00:35 +04:00
|
|
|
yacc .WAIT lex .WAIT \
|
2001-09-22 08:15:19 +04:00
|
|
|
compile_et config lint lint1 lint2 lorder \
|
2001-08-14 15:01:55 +04:00
|
|
|
toolchain .WAIT texinfo
|
2001-09-22 08:15:19 +04:00
|
|
|
.endif
|
2001-08-14 15:01:55 +04:00
|
|
|
|
2001-09-22 16:29:22 +04:00
|
|
|
TARGETS= build obj
|
2001-08-14 15:01:55 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|