Makefile revision 147885
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>
13