2001-10-04 20:33:05 +04:00
|
|
|
# $NetBSD: Makefile,v 1.5 2001/10/04 16:33:05 tv Exp $
|
2001-08-14 15:01:55 +04:00
|
|
|
|
2001-09-22 08:15:19 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
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-10-04 20:33:05 +04:00
|
|
|
TARGETS+= build
|
2001-08-14 15:01:55 +04:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|