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

.include <bsd.own.mk>

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

.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
.if ${MK_LIBTHR} != "no"
_ggatec=	ggatec
_ggated=	ggated
.endif
.elif ${MK_LIBPTHREAD} != "no"
_ggatec=	ggatec
_ggated=	ggated
.endif

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