Deleted Added
full compact
Makefile (172403) Makefile (172491)
1# $FreeBSD: head/sbin/ggate/Makefile 172403 2007-10-01 18:22:32Z ru $
1# $FreeBSD: head/sbin/ggate/Makefile 172491 2007-10-09 13:42:34Z obrien $
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_LIBTHR} != "no" || ${MK_LIBPTHREAD} != "no"
9.if ${MK_LIBPTHREAD} != "no" && (${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no")
10_ggatec= ggatec
11_ggated= ggated
12.endif
13
14.include <bsd.subdir.mk>
10_ggatec= ggatec
11_ggated= ggated
12.endif
13
14.include <bsd.subdir.mk>