Deleted Added
full compact
Makefile (161526) Makefile (164616)
1# $FreeBSD: head/sbin/ggate/Makefile 161526 2006-08-22 08:03:01Z ru $
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
2
3.include <bsd.own.mk>
4
5SUBDIR= ${_ggatec} \
6 ${_ggated} \
7 ggatel
8
9.if ${MACHINE_ARCH} == "sparc64"
10.if ${MK_LIBTHR} != "no"
9.if ${MK_LIBTHR} != "no" || \
10 (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
11_ggatec= ggatec
12_ggated= ggated
13.endif
11_ggatec= ggatec
12_ggated= ggated
13.endif
14.elif ${MK_LIBPTHREAD} != "no"
15_ggatec= ggatec
16_ggated= ggated
17.endif
18
19.include <bsd.subdir.mk>
14
15.include <bsd.subdir.mk>