summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/Makefile
blob: 38ca2f2d09799314f3d9611318a7197fa0adf660 (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_LIBKSE} != "no"
_ggatec=	ggatec
_ggated=	ggated
.endif

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