summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rtadvctl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rtadvctl/Makefile')
-rw-r--r--usr.sbin/rtadvctl/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.sbin/rtadvctl/Makefile b/usr.sbin/rtadvctl/Makefile
new file mode 100644
index 0000000..3200288
--- /dev/null
+++ b/usr.sbin/rtadvctl/Makefile
@@ -0,0 +1,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