diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-10 01:13:20 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-01-10 01:13:20 +0000 |
commit | 035cf9beae2961303cf6675ab050ae6143d9fd81 (patch) | |
tree | 1ac468f8a155ee70b5c185f80599e91fc36987e9 /share/man/man4/Makefile | |
parent | 3c020b5e049f2345d9104e22d87d08f7ba9be7f4 (diff) |
remove dpt(4) driver for DPT EATA SCSI RAID
Not built since 2006, and a mail from 2004 mentions no one having
hardware. Unsurprisingly it does not build with clang.
ok mlarkin@ krw@ deraadt@
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 9d70964629a..b08873cd20f 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.747 2019/12/23 08:05:42 kettenis Exp $ +# $OpenBSD: Makefile,v 1.748 2020/01/10 01:13:19 jsg Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -23,7 +23,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ cac.4 cas.4 cardbus.4 carp.4 ccp.4 ccpmic.4 cd.4 cdce.4 cfxga.4 \ ch.4 chvgpio.4 ciphy.4 ciss.4 clcs.4 clct.4 cmpci.4 \ com.4 cue.4 cy.4 cz.4 \ - dc.4 dcphy.4 ddb.4 de.4 diskmap.4 divert.4 dpt.4 drm.4 dwctwo.4 \ + dc.4 dcphy.4 ddb.4 de.4 diskmap.4 divert.4 drm.4 dwctwo.4 \ dwdog.4 dwge.4 dwiic.4 dwmmc.4 dwpcie.4 dwxe.4 \ eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 emc.4 gcu.4 \ emu.4 enc.4 endrun.4 envy.4 eoip.4 ep.4 epic.4 esa.4 \ |