diff --git a/.gitignore b/.gitignore index a36fa57..dfbe2f0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,6 @@ *.8.gz *.full *.debug -ggatec/ggatec -ggated/ggated -ggatel/ggatel +ggatehttp/ggatehttp tests/Kyuafile tests/ggate_test diff --git a/Makefile b/Makefile index 3e86998..8780ca2 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -SUBDIR= ${_ggatec} \ +SUBDIR= ${_ggatehttp} \ tests -_ggatec= ggatec +_ggatehttp= ggatehttp .PHONY: devtest diff --git a/ggatec/Makefile b/ggatehttp/Makefile similarity index 75% rename from ggatec/Makefile rename to ggatehttp/Makefile index 3bf75bb..9d3646f 100644 --- a/ggatec/Makefile +++ b/ggatehttp/Makefile @@ -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 diff --git a/ggatec/Makefile.depend b/ggatehttp/Makefile.depend similarity index 100% rename from ggatec/Makefile.depend rename to ggatehttp/Makefile.depend diff --git a/ggatec/ggatec.8 b/ggatehttp/ggatehttp.8 similarity index 100% rename from ggatec/ggatec.8 rename to ggatehttp/ggatehttp.8 diff --git a/ggatec/ggatec.c b/ggatehttp/ggatehttp.c similarity index 100% rename from ggatec/ggatec.c rename to ggatehttp/ggatehttp.c