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
|
|
|
|
|
2007-10-09 23:31:11 +00:00
|
|
|
.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "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>
|