mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
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
16324fb10d
commit
c68cb3f674
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147885
@ -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…
Reference in New Issue
Block a user