]> CyberLeo.Net >> Repos - FreeBSD/releng/8.0.git/blob - tools/build/Makefile
Adjust to reflect 8.0-RELEASE.
[FreeBSD/releng/8.0.git] / tools / build / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../include
4
5 LIB=            egacy
6 SRCS=
7 INCSGROUPS=     INCS
8 INCS=           
9
10 BOOTSTRAPPING?= 0
11
12 .if empty(SRCS)
13 SRCS=           dummy.c
14 .endif
15
16 .if defined(CROSS_BUILD_TESTING)
17 SUBDIR=         cross-build
18 .endif
19
20 .include <bsd.lib.mk>