]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.sbin/rtadvctl/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.sbin / rtadvctl / Makefile
1 # $FreeBSD$
2 #
3 .PATH:  ${.CURDIR}/../rtadvd
4
5 PROG=   rtadvctl
6 MAN=    rtadvctl.8
7
8 SRCS=   rtadvctl.c control.c control_client.c if.c timer_subr.c
9
10 CFLAGS+= -I${.CURDIR} -I${.CURDIR}/../rtadvd
11 WARNS?= 1
12
13 .include <bsd.prog.mk>