Browse Source

Convert sbin/ to LIBADD

Reduce overlinking
tags/ggatessh-v1.0.0
bapt 10 years ago
parent
commit
70192b2a78
3 changed files with 3 additions and 6 deletions
  1. +1
    -2
      ggatec/Makefile
  2. +1
    -2
      ggated/Makefile
  3. +1
    -2
      ggatel/Makefile

+ 1
- 2
ggatec/Makefile View File

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

DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL} ${LIBPTHREAD}
LDADD= -lgeom -lsbuf -lbsdxml -lutil -lpthread
LIBADD= geom util pthread

.include <bsd.prog.mk>

+ 1
- 2
ggated/Makefile View File

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

DPADD= ${LIBPTHREAD}
LDADD= -lpthread
LIBADD= pthread

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



+ 1
- 2
ggatel/Makefile View File

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

DPADD= ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL}
LDADD= -lgeom -lsbuf -lbsdxml -lutil
LIBADD= geom util

.include <bsd.prog.mk>

Loading…
Cancel
Save