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

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

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

DPADD=	${LIBPTHREAD}
LDADD=	-lpthread

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

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