Deleted Added
sdiff udiff text old ( 161526 ) new ( 164616 )
full compact
1# $FreeBSD: head/sbin/ggate/Makefile 164616 2006-11-26 14:36:34Z ru $
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_ggatec} \
6 ${_ggated} \
7 ggatel
8
9.if ${MK_LIBTHR} != "no" || \
10 (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
11_ggatec= ggatec
12_ggated= ggated
13.endif
14
15.include <bsd.subdir.mk>