2bc8b8ee73
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
10 lines
124 B
Makefile
10 lines
124 B
Makefile
# $FreeBSD$
|
|
PROG= raycontrol
|
|
SRCS= raycontrol.c
|
|
|
|
MAN8= raycontrol.8
|
|
|
|
CFLAGS+=-I${.CURDIR}/../../sys
|
|
|
|
.include <bsd.prog.mk>
|