Makefile revision 146261
1# $FreeBSD: head/tools/build/Makefile 146261 2005-05-16 09:32:41Z ru $
2
3.PATH: ${.CURDIR}/../../include
4
5LIB=		egacy
6SRCS=
7INCSGROUPS=	INCS
8INCS=		
9
10BOOTSTRAPPING?=	0
11
12# usr.bin/gencat needs <nl_types.h>.
13.if ${BOOTSTRAPPING} < 600017
14INCS+=		nl_types.h
15.endif
16
17.if empty(SRCS)
18SRCS=		dummy.c
19.endif
20
21.if defined(CROSS_BUILD_TESTING)
22SUBDIR=		cross-build
23.endif
24
25.include <bsd.lib.mk>
26