]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sbin/ggate/ggated/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sbin / ggate / ggated / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../shared
4
5 PROG=   ggated
6 MAN=    ggated.8
7 SRCS=   ggated.c ggate.c
8
9 DPADD=  ${LIBPTHREAD}
10 LDADD=  -lpthread
11
12 CFLAGS+= -I${.CURDIR}/../shared
13
14 .include <bsd.prog.mk>