freebsd-skq/usr.sbin/wlconfig/Makefile
Mike Smith 1b6394c6c7 This is a program for configuring the Parameter Storage Area on ISA
Wavelan cards via the 'wl' driver.  It can be used to set the IRQ, and
discover all manner of odd things about the device.
1997-05-22 08:58:18 +00:00

8 lines
94 B
Makefile

# $Id$
PROG= wlconfig
SRCS= wlconfig.c
CFLAGS+= Wall
MAN8= wlconfig.8
.include <bsd.prog.mk>