summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/Makefile
blob: 8f889f1837eb5f99d0db34e3803fd53a5a6fe9fb (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"
_ggatec=	ggatec
_ggated=	ggated
.endif

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