aboutsummaryrefslogtreecommitdiff
path: root/sbin/ggate/ggated/Makefile
blob: 55c9a1a3e45c491397f15051ce1d9af1ec56fec6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $FreeBSD: src/sbin/ggate/ggated/Makefile,v 1.5.20.1 2009/04/15 03:14:26 kensmith Exp $

.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>