Deleted Added
full compact
Makefile (156813) Makefile (156944)
1# $FreeBSD: head/sbin/ggate/Makefile 156813 2006-03-17 18:54:44Z ru $
1# $FreeBSD: head/sbin/ggate/Makefile 156944 2006-03-21 11:00:54Z 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 ${MK_LIBPTHREAD} != "no"
9.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64"
10.if ${MK_LIBC_R} != "no"
10_ggatec= ggatec
11_ggated= ggated
12.endif
11_ggatec= ggatec
12_ggated= ggated
13.endif
14.elif ${MK_LIBPTHREAD} != "no"
15_ggatec= ggatec
16_ggated= ggated
17.endif
13
14.include <bsd.subdir.mk>
18
19.include <bsd.subdir.mk>