Deleted Added
full compact
1c1
< # $FreeBSD: head/sbin/ggate/Makefile 161526 2006-08-22 08:03:01Z ru $
---
> # $FreeBSD: head/sbin/ggate/Makefile 164616 2006-11-26 14:36:34Z ru $
9,10c9,10
< .if ${MACHINE_ARCH} == "sparc64"
< .if ${MK_LIBTHR} != "no"
---
> .if ${MK_LIBTHR} != "no" || \
> (${MACHINE_ARCH} != "sparc64" && ${MK_LIBPTHREAD} != "no")
14,17d13
< .elif ${MK_LIBPTHREAD} != "no"
< _ggatec= ggatec
< _ggated= ggated
< .endif