]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - tools/build/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.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 # usr.bin/gencat needs <nl_types.h>.
13 .if ${BOOTSTRAPPING} < 600017
14 INCS+=          nl_types.h
15 .endif
16
17 .if empty(SRCS)
18 SRCS=           dummy.c
19 .endif
20
21 .if defined(CROSS_BUILD_TESTING)
22 SUBDIR=         cross-build
23 .endif
24
25 .include <bsd.lib.mk>