1# $FreeBSD$ 2 3.include <bsd.own.mk> 4 5SUBDIR= ${_ggatec} \ 6 ${_ggated} \ 7 ggatel 8 9.if ${MK_LIBTHR} != "no" || \ 10 (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no") 11_ggatec= ggatec 12_ggated= ggated 13.endif 14 15.include <bsd.subdir.mk> 16