summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/Makefile
blob: 7ab5ccb9aedea1c20604c261bcffad370e67d69a (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_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
_ggatec=	ggatec
_ggated=	ggated
.endif

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