Don't compile ggatec/ggated in NO_LIBPTHREAD case.
Reported by: Andrea Campi <andrea+freebsd_cvs_all@webcom.it> Approved by: re (scottl)
This commit is contained in:
parent
69f69c6519
commit
4e01341785
@ -1,5 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SUBDIR= ggatel ggatec ggated
|
||||
SUBDIR= ${_ggatec} \
|
||||
${_ggated} \
|
||||
ggatel
|
||||
|
||||
.if !defined(NO_LIBPTHREAD)
|
||||
_ggatec= ggatec
|
||||
_ggated= ggated
|
||||
.endif
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
x
Reference in New Issue
Block a user