6fdc031751
Reduce overlinking
16 lines
226 B
Makefile
16 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../shared
|
|
|
|
PROG= ggatec
|
|
MAN= ggatec.8
|
|
SRCS= ggatec.c ggate.c
|
|
|
|
CFLAGS+= -DMAX_SEND_SIZE=32768
|
|
CFLAGS+= -DLIBGEOM
|
|
CFLAGS+= -I${.CURDIR}/../shared
|
|
|
|
LIBADD= geom util pthread
|
|
|
|
.include <bsd.prog.mk>
|