freebsd-dev/sbin/ggate/ggatec/Makefile
Baptiste Daroussin 13eb765f2d Convert sbin/ to LIBADD
Reduce overlinking
2014-11-25 11:23:12 +00:00

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>