freebsd-skq/usr.sbin/raycontrol/Makefile
imp 043e9f51c1 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
2000-11-12 21:53:40 +00:00

10 lines
124 B
Makefile

# $FreeBSD$
PROG= raycontrol
SRCS= raycontrol.c
MAN8= raycontrol.8
CFLAGS+=-I${.CURDIR}/../../sys
.include <bsd.prog.mk>