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