]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - tools/build/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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>