# $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
.include <bsd.lib.mk>