Browse Source

rename ggatec to ggatehttp so that it won't overwrite ggatec

tags/ggatessh-v1.0.0
John-Mark Gurney 3 years ago
parent
commit
7d19a61c4f
6 changed files with 6 additions and 8 deletions
  1. +1
    -3
      .gitignore
  2. +2
    -2
      Makefile
  3. +3
    -3
      ggatehttp/Makefile
  4. +0
    -0
      ggatehttp/Makefile.depend
  5. +0
    -0
      ggatehttp/ggatehttp.8
  6. +0
    -0
      ggatehttp/ggatehttp.c

+ 1
- 3
.gitignore View File

@@ -3,8 +3,6 @@
*.8.gz
*.full
*.debug
ggatec/ggatec
ggated/ggated
ggatel/ggatel
ggatehttp/ggatehttp
tests/Kyuafile
tests/ggate_test

+ 2
- 2
Makefile View File

@@ -1,9 +1,9 @@
# $FreeBSD$

SUBDIR= ${_ggatec} \
SUBDIR= ${_ggatehttp} \
tests

_ggatec= ggatec
_ggatehttp= ggatehttp

.PHONY: devtest



ggatec/Makefile → ggatehttp/Makefile View File

@@ -2,9 +2,9 @@

.PATH: ${.CURDIR:H}/shared

PROG= ggatec
MAN= ggatec.8
SRCS= ggatec.c ggate.c
PROG= ggatehttp
MAN= ggatehttp.8
SRCS= ggatehttp.c ggate.c

CFLAGS+= -DMAX_SEND_SIZE=32768
CFLAGS+= -DLIBGEOM

ggatec/Makefile.depend → ggatehttp/Makefile.depend View File


ggatec/ggatec.8 → ggatehttp/ggatehttp.8 View File


ggatec/ggatec.c → ggatehttp/ggatehttp.c View File


Loading…
Cancel
Save