Deleted Added
full compact
Makefile (147885) Makefile (156813)
1# $FreeBSD: head/sbin/ggate/Makefile 147885 2005-07-10 15:16:49Z pjd $
1# $FreeBSD: head/sbin/ggate/Makefile 156813 2006-03-17 18:54:44Z ru $
2
2
3.include <bsd.own.mk>
4
3SUBDIR= ${_ggatec} \
4 ${_ggated} \
5 ggatel
6
5SUBDIR= ${_ggatec} \
6 ${_ggated} \
7 ggatel
8
7.if !defined(NO_LIBPTHREAD)
9.if ${MK_LIBPTHREAD} != "no"
8_ggatec= ggatec
9_ggated= ggated
10.endif
11
12.include <bsd.subdir.mk>
10_ggatec= ggatec
11_ggated= ggated
12.endif
13
14.include <bsd.subdir.mk>