aboutsummaryrefslogblamecommitdiff
path: root/tools/build/Makefile
blob: 8e26c29d77357110ca13cd2975b08cf0c965f247 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11



                               
                     





                    



                       



                                
                     
# $FreeBSD$

.PATH: ${.CURDIR}/../../include

LIB=		egacy
SRCS=
INCSGROUPS=	INCS
INCS=		

BOOTSTRAPPING?=	0

.if empty(SRCS)
SRCS=		dummy.c
.endif

.if defined(CROSS_BUILD_TESTING)
SUBDIR=		cross-build
.endif

.include <bsd.lib.mk>