aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/rtadvctl/Makefile
blob: f45ab4f0d25ab7169e6a401b12ba3e71fb136ddf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#
.PATH:	${.CURDIR:H}/rtadvd

PROG=	rtadvctl
MAN=	rtadvctl.8

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

CFLAGS+= -I${.CURDIR} -I${.CURDIR:H}/rtadvd
WARNS?=	1

.include <bsd.prog.mk>