summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/Makefile
blob: e889f2fafad3918597568e828033e67f799c0a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.include <bsd.own.mk>

SUBDIR=	${_ggatec} \
	${_ggated} \
	ggatel

.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no")
_ggatec=	ggatec
_ggated=	ggated
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud