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