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