aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/wlconfig/Makefile
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1997-05-22 08:58:18 +0000
committerMike Smith <msmith@FreeBSD.org>1997-05-22 08:58:18 +0000
commit1b6394c6c7a0cca5c1b3b03f1b7c18b270737347 (patch)
tree699f330c18ac78f96454456ac4e70f1c0c4a07a2 /usr.sbin/wlconfig/Makefile
parente8476473984d89d9105e49ff3119e9d340c6921f (diff)
downloadsrc-1b6394c6c7a0cca5c1b3b03f1b7c18b270737347.tar.gz
src-1b6394c6c7a0cca5c1b3b03f1b7c18b270737347.zip
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.
Notes
Notes: svn path=/cvs2svn/branches/MSMITH/; revision=26005
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 000000000000..21fd7cc4165d
--- /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>