Deleted Added
full compact
Makefile (172500) Makefile (177714)
1# $FreeBSD: head/sbin/ggate/Makefile 172500 2007-10-09 23:31:11Z obrien $
1# $FreeBSD: head/sbin/ggate/Makefile 177714 2008-03-29 17:44:40Z 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_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
9.if ${MK_LIBTHR} != "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>