1
0
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:
Pawel Jakub Dawidek 2005-07-10 15:16:49 +00:00
parent 16324fb10d
commit c68cb3f674
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=147885

View File

@ -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>