summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvctl/Makefile
blob: 3200288735c57e4bdca97baa037ed838138f1e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$
#
.PATH:	${.CURDIR}/../rtadvd

PROG=	rtadvctl
MAN=	rtadvctl.8

SRCS=	rtadvctl.c control.c control_client.c if.c timer_subr.c

CFLAGS+= -DROUTEINFO -I${.CURDIR} -I${.CURDIR}/../rtadvd
WARNS?=	3

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud