1b6394c6c7
Wavelan cards via the 'wl' driver. It can be used to set the IRQ, and discover all manner of odd things about the device.
8 lines
94 B
Makefile
8 lines
94 B
Makefile
# $Id$
|
|
PROG= wlconfig
|
|
SRCS= wlconfig.c
|
|
CFLAGS+= Wall
|
|
MAN8= wlconfig.8
|
|
|
|
.include <bsd.prog.mk>
|