summaryrefslogtreecommitdiffstats
path: root/usr.sbin/wlconfig/Makefile
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1997-05-22 08:58:18 +0000
committermsmith <msmith@FreeBSD.org>1997-05-22 08:58:18 +0000
commit58afeb6ddf619da363f0a8e7da0b9382e6aa2aef (patch)
tree2005d34b94fd3b3c67f61ef2151f25b7dc2590a9 /usr.sbin/wlconfig/Makefile
parent5775546affa686ce4f5da1dbe71fd9fdb7d7a956 (diff)
downloadFreeBSD-src-58afeb6ddf619da363f0a8e7da0b9382e6aa2aef.zip
FreeBSD-src-58afeb6ddf619da363f0a8e7da0b9382e6aa2aef.tar.gz
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.
Diffstat (limited to 'usr.sbin/wlconfig/Makefile')
-rw-r--r--usr.sbin/wlconfig/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/wlconfig/Makefile b/usr.sbin/wlconfig/Makefile
new file mode 100644
index 0000000..21fd7cc
--- /dev/null
+++ b/usr.sbin/wlconfig/Makefile
@@ -0,0 +1,7 @@
+# $Id$
+PROG= wlconfig
+SRCS= wlconfig.c
+CFLAGS+= Wall
+MAN8= wlconfig.8
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud