Makefile revision 172491
1# $FreeBSD: head/sbin/ggate/Makefile 172491 2007-10-09 13:42:34Z obrien $
2
3.include <bsd.own.mk>
4
5SUBDIR=	${_ggatec} \
6	${_ggated} \
7	ggatel
8
9.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no")
10_ggatec=	ggatec
11_ggated=	ggated
12.endif
13
14.include <bsd.subdir.mk>
15