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-08-22 08:03:01 +00:00
|
|
|
.if ${MACHINE_ARCH} == "sparc64"
|
2006-04-12 19:52:34 +00:00
|
|
|
.if ${MK_LIBTHR} != "no"
|
2006-03-21 11:00:54 +00:00
|
|
|
_ggatec= ggatec
|
|
|
|
_ggated= ggated
|
|
|
|
.endif
|
|
|
|
.elif ${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>
|