Browse Source

Don't compile ggatec/ggated in NO_LIBPTHREAD case.

Reported by:	Andrea Campi <andrea+freebsd_cvs_all@webcom.it>
Approved by:	re (scottl)
tags/ggatessh-v1.0.0
pjd 19 years ago
parent
commit
08fe695cf7
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      Makefile

+ 8
- 1
Makefile View File

@@ -1,5 +1,12 @@
# $FreeBSD$ # $FreeBSD$


SUBDIR= ggatel ggatec ggated
SUBDIR= ${_ggatec} \
${_ggated} \
ggatel

.if !defined(NO_LIBPTHREAD)
_ggatec= ggatec
_ggated= ggated
.endif


.include <bsd.subdir.mk> .include <bsd.subdir.mk>

Loading…
Cancel
Save