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
Fix up to build stand alone..
tags/ggatessh-v1.0.0
John-Mark Gurney
5 years ago
parent
11cb9bcea1
commit
e87facf5c1
5 changed files
with
3 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
Makefile
+0
-3
Makefile.inc
+1
-1
ggatec/Makefile
+1
-1
ggated/Makefile
+1
-1
ggatel/Makefile
+ 0
- 4
Makefile
View File
@@ -1,14 +1,10 @@
# $FreeBSD$
.include <src.opts.mk>
SUBDIR= ${_ggatec} \
${_ggated} \
ggatel
.if ${MK_LIBTHR} != "no"
_ggatec= ggatec
_ggated= ggated
.endif
.include <bsd.subdir.mk>
+ 0
- 3
Makefile.inc
View File
@@ -1,3 +0,0 @@
# $FreeBSD$
.include "../Makefile.inc"
+ 1
- 1
ggatec/Makefile
View File
@@ -10,6 +10,6 @@ CFLAGS+= -DMAX_SEND_SIZE=32768
CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR:H}/shared
L
IBADD= geom util
pthread
L
DADD= -lgeom -lutil -l
pthread
.include <bsd.prog.mk>
+ 1
- 1
ggated/Makefile
View File
@@ -6,7 +6,7 @@ PROG= ggated
MAN= ggated.8
SRCS= ggated.c ggate.c
L
IBADD= pthread
util
L
DADD= -lpthread -l
util
CFLAGS+= -I${.CURDIR:H}/shared
+ 1
- 1
ggatel/Makefile
View File
@@ -9,6 +9,6 @@ SRCS= ggatel.c ggate.c
CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR:H}/shared
L
IBADD= geom
util
L
DADD= -lgeom -l
util
.include <bsd.prog.mk>
Write
Preview
Loading…
Cancel
Save