summaryrefslogtreecommitdiffstats
path: root/usr.sbin/raycontrol/Makefile
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-11-12 21:53:40 +0000
committerimp <imp@FreeBSD.org>2000-11-12 21:53:40 +0000
commit043e9f51c11f338d5530a5bffd4f93b841c272e8 (patch)
treef51429e3bcc95a73e37a376a47247a2baf6cd42a /usr.sbin/raycontrol/Makefile
parentc37e0a45906d1f5d6e5aef41333b2c97624df229 (diff)
downloadFreeBSD-src-043e9f51c11f338d5530a5bffd4f93b841c272e8.zip
FreeBSD-src-043e9f51c11f338d5530a5bffd4f93b841c272e8.tar.gz
Control program for raylan cards.
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
Diffstat (limited to 'usr.sbin/raycontrol/Makefile')
-rw-r--r--usr.sbin/raycontrol/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/usr.sbin/raycontrol/Makefile b/usr.sbin/raycontrol/Makefile
new file mode 100644
index 0000000..8fd1eef
--- /dev/null
+++ b/usr.sbin/raycontrol/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+PROG= raycontrol
+SRCS= raycontrol.c
+
+MAN8= raycontrol.8
+
+CFLAGS+=-I${.CURDIR}/../../sys
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud