2004-04-30 16:12:20 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2006-03-17 18:54:44 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2005-07-10 15:16:49 +00:00
|
|
|
SUBDIR= ${_ggatec} \
|
|
|
|
${_ggated} \
|
|
|
|
ggatel
|
|
|
|
|
2006-11-26 14:36:34 +00:00
|
|
|
.if ${MK_LIBTHR} != "no" || \
|
|
|
|
(${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
|
2005-07-10 15:16:49 +00:00
|
|
|
_ggatec= ggatec
|
|
|
|
_ggated= ggated
|
|
|
|
.endif
|
2004-04-30 16:12:20 +00:00
|
|
|
|
|
|
|
.include <bsd.subdir.mk>
|