diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-04-23 13:29:00 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-04-23 13:29:00 +0000 |
commit | ff13e9ddde113a9a8f5196eee72f5b1db6c7e0f2 (patch) | |
tree | fcf9e2681f588532d3504302768ede3702317fb6 /share/man/man4/Makefile | |
parent | b7d1a277ffc9853713ccce36a9c8d85a01de445d (diff) |
Remove driver for pre 802.11 RangeLAN2 wireless devices.
It doesn't compile, was never finished, is now irrelevant, and miod
has taken it apon himself to scare good boys and girls by suggesting
they read the code.
ok dlg@
Diffstat (limited to 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index a88494a762b..77371ee9bb7 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.448 2008/04/22 05:17:20 deraadt Exp $ +# $OpenBSD: Makefile,v 1.449 2008/04/23 13:28:58 jsg Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -40,7 +40,7 @@ MAN= aac.4 ac97.4 acphy.4 \ pf.4 pflog.4 pfsync.4 pgt.4 piixpm.4 pim.4 \ pms.4 ppb.4 ppp.4 pppoe.4 pty.4 puc.4 pwdog.4 qsphy.4 radio.4 raid.4 \ ral.4 random.4 ray.4 rd.4 re.4 rgephy.4 ricohrtc.4 \ - rl.4 rln.4 rlphy.4 route.4 rt.4 rum.4 \ + rl.4 rlphy.4 route.4 rt.4 rum.4 \ rtfps.4 rtii.4 rtw.4 safe.4 safte.4 san.4 sbt.4 sbus.4 scsi.4 sd.4 \ sdmmc.4 sdhc.4 ses.4 \ sequencer.4 sf.4 sf2r.4 sfr.4 sili.4 siop.4 sis.4 sk.4 sl.4 sli.4 \ |