]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/rtadvctl/Makefile
pfsync: Correctly check if bpf peers are present
[FreeBSD/FreeBSD.git] / usr.sbin / rtadvctl / Makefile
1 #
2 .PATH:  ${.CURDIR:H}/rtadvd
3
4 PROG=   rtadvctl
5 MAN=    rtadvctl.8
6
7 SRCS=   rtadvctl.c control.c control_client.c if.c timer_subr.c
8
9 CFLAGS+= -I${.CURDIR} -I${.CURDIR:H}/rtadvd
10 WARNS?= 1
11
12 .include <bsd.prog.mk>