summaryrefslogtreecommitdiffstats
path: root/sbin/ggate/ggatel/Makefile
blob: be88bd496c364f49f2fca35a197740198e1bcbd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD$

.PATH: ${.CURDIR}/../shared

PROG=	ggatel
MAN=	ggatel.8
SRCS=	ggatel.c ggate.c

CFLAGS+= -DLIBGEOM
CFLAGS+= -I${.CURDIR}/../shared

LIBADD=	geom util

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud