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