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