summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/Makefile
blob: 73a8016300d3e59a2e530827270dde869c9c2bc9 (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} == "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