aboutsummaryrefslogtreecommitdiff
path: root/sbin/ggate/ggatec/Makefile
blob: e228feaf471aa3517d9878ef704b7f118ef373a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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>