Deleted Added
sdiff udiff text old ( 147885 ) new ( 156813 )
full compact
1# $FreeBSD: head/sbin/ggate/Makefile 147885 2005-07-10 15:16:49Z pjd $
2
3SUBDIR= ${_ggatec} \
4 ${_ggated} \
5 ggatel
6
7.if !defined(NO_LIBPTHREAD)
8_ggatec= ggatec
9_ggated= ggated
10.endif
11
12.include <bsd.subdir.mk>