xref: /dflybsd-src/usr.sbin/rtadvctl/Makefile (revision ad7194d9e8b577a2e25a43ac0f9755d9de5505ee)
1*c17e6018SMatthew Dillon# $FreeBSD: stable/10/usr.sbin/rtadvctl/Makefile 224144 2011-07-17 19:24:54Z hrs $
2*c17e6018SMatthew Dillon#
3*c17e6018SMatthew Dillon.PATH:	${.CURDIR}/../rtadvd
4*c17e6018SMatthew Dillon
5*c17e6018SMatthew DillonPROG=	rtadvctl
6*c17e6018SMatthew DillonMAN=	rtadvctl.8
7*c17e6018SMatthew Dillon
8*c17e6018SMatthew DillonSRCS=	rtadvctl.c control.c control_client.c if.c timer_subr.c
9*c17e6018SMatthew Dillon
10*c17e6018SMatthew DillonCFLAGS+= -I${.CURDIR} -I${.CURDIR}/../rtadvd
11*c17e6018SMatthew Dillon
12*c17e6018SMatthew Dillon.include <bsd.prog.mk>
13