소스 검색

Fix up to build stand alone..

tags/ggatessh-v1.0.0
John-Mark Gurney 5 년 전
부모
커밋
e87facf5c1
5개의 변경된 파일3개의 추가작업 그리고 10개의 파일을 삭제
  1. +0
    -4
      Makefile
  2. +0
    -3
      Makefile.inc
  3. +1
    -1
      ggatec/Makefile
  4. +1
    -1
      ggated/Makefile
  5. +1
    -1
      ggatel/Makefile

+ 0
- 4
Makefile 파일 보기

@@ -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 파일 보기

@@ -1,3 +0,0 @@
# $FreeBSD$

.include "../Makefile.inc"

+ 1
- 1
ggatec/Makefile 파일 보기

@@ -10,6 +10,6 @@ CFLAGS+= -DMAX_SEND_SIZE=32768
CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR:H}/shared

LIBADD= geom util pthread
LDADD= -lgeom -lutil -lpthread

.include <bsd.prog.mk>

+ 1
- 1
ggated/Makefile 파일 보기

@@ -6,7 +6,7 @@ PROG= ggated
MAN= ggated.8
SRCS= ggated.c ggate.c

LIBADD= pthread util
LDADD= -lpthread -lutil

CFLAGS+= -I${.CURDIR:H}/shared



+ 1
- 1
ggatel/Makefile 파일 보기

@@ -9,6 +9,6 @@ SRCS= ggatel.c ggate.c
CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR:H}/shared

LIBADD= geom util
LDADD= -lgeom -lutil

.include <bsd.prog.mk>

불러오는 중...
취소
저장