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

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

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

LIBADD=	pthread

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

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