summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvctl/Makefile
blob: a66db84c42785021307f4086001f8bf40c57dc80 (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+= -I${.CURDIR} -I${.CURDIR}/../rtadvd
WARNS?=	1

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