This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ggate
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
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
5aee23c956
commit
08fe695cf7
1 changed files
with
8 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save