Makefile revision 319185
1# $FreeBSD: stable/11/sbin/ggate/ggatec/Makefile 319185 2017-05-30 04:17:22Z ngie $
2
3.PATH: ${.CURDIR:H}/shared
4
5PROG=	ggatec
6MAN=	ggatec.8
7SRCS=	ggatec.c ggate.c
8
9CFLAGS+= -DMAX_SEND_SIZE=32768
10CFLAGS+= -DLIBGEOM
11CFLAGS+= -I${.CURDIR:H}/shared
12
13LIBADD=	geom util pthread
14
15.include <bsd.prog.mk>
16