Makefile revision 177714
1# $FreeBSD: head/sbin/ggate/Makefile 177714 2008-03-29 17:44:40Z ru $
2
3.include <bsd.own.mk>
4
5SUBDIR=	${_ggatec} \
6	${_ggated} \
7	ggatel
8
9.if ${MK_LIBTHR} != "no"
10_ggatec=	ggatec
11_ggated=	ggated
12.endif
13
14.include <bsd.subdir.mk>
15