]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - tools/build/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.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>