mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
This is based on wicontrol. Duncan updated it for raylan. I've updated this to the latest wicontrol. In addition, to make it kinda compatible with ifconfig, you can give the interface name w/o the -i. Submitted by: duncan barclay
9 lines
124 B
Makefile
9 lines
124 B
Makefile
# $FreeBSD$
|
|
PROG= raycontrol
|
|
SRCS= raycontrol.c
|
|
|
|
MAN8= raycontrol.8
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
|
|
|
.include <bsd.prog.mk>
|