aboutsummaryrefslogblamecommitdiff
path: root/usr.sbin/rtadvctl/Makefile
blob: a8dcad1636515aac0e31e0de76f4086e896e5897 (plain) (tree)
1
2
3
4
5
6
7
8
9

           
                           





                                                               
                                           


                      
# $FreeBSD$
#
.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>