1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../include 4 5LIB= egacy 6SRCS= 7INCSGROUPS= INCS 8INCS= 9 10BOOTSTRAPPING?= 0 11 12.if empty(SRCS) 13SRCS= dummy.c 14.endif 15 16.if defined(CROSS_BUILD_TESTING) 17SUBDIR= cross-build 18.endif 19 20.include <bsd.lib.mk> 21