Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/tendra5-amd64/Makefile.inc – Rev 6

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 7u83 1
# $Id$
2
 
3
DIST_DIR:=	${.PARSEDIR}
4
 
5
.MAKEFLAGS:	-m ${DIST_DIR}/mk -r
6
 
7
.sinclude "Makefile.defs"
8
.if defined(BOOTSTRAP)
9
.include <tendra.bootstrap.mk>
10
.else
11
.include <tendra.build.mk>
12
.endif
13
.include <tendra.install.mk>
14
.include <tendra.compiler.mk>