xref: /freebsd-11-stable/sbin/ggate/Makefile (revision 6cec9cad762b6476313fb1f8e931a1647822db6b)
1# $FreeBSD$
2
3.include <src.opts.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