]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sbin/ggate/ggatel/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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>