]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/ggate/ggatec/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sbin / ggate / ggatec / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../shared
4
5 PROG=   ggatec
6 MAN=    ggatec.8
7 SRCS=   ggatec.c ggate.c
8
9 CFLAGS+= -DMAX_SEND_SIZE=32768
10 CFLAGS+= -DLIBGEOM
11 CFLAGS+= -I${.CURDIR}/../shared
12
13 DPADD=  ${LIBGEOM} ${LIBSBUF} ${LIBBSDXML} ${LIBUTIL} ${LIBPTHREAD}
14 LDADD=  -lgeom -lsbuf -lbsdxml -lutil -lpthread
15
16 .include <bsd.prog.mk>