freebsd-dev/sbin/ggate/Makefile
David E. O'Brien 946367b8e2 Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental
treatment of 'LIBKSE' as an "old style" knob.

Submitted by:	ru
Approved by:	re(kensmith)
2007-10-09 23:31:11 +00:00

15 lines
194 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
SUBDIR= ${_ggatec} \
${_ggated} \
ggatel
.if ${MK_LIBTHR} != "no" || ${MK_LIBKSE} != "no"
_ggatec= ggatec
_ggated= ggated
.endif
.include <bsd.subdir.mk>