summaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-04 14:07:17 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2013-11-04 14:07:17 +0000
commit00085f61a4aa40196fa3d6688d34cfbe25c235a9 (patch)
treecaf982d5f425ed6d82671c82e4060050029f9814 /sbin/Makefile
parentbc5c88ea41636668a7bea1a31e36afd2e87322fb (diff)
remove iop(4) driver. it is entirely unmaintained and supports something
which basically doesn't exist at all. reminded about it by brad
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index 1c317981596..e52c8908dcc 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.97 2012/08/23 06:37:27 deraadt Exp $
+# $OpenBSD: Makefile,v 1.98 2013/11/04 14:07:15 deraadt Exp $
SUBDIR= atactl badsect bioctl clri dhclient \
disklabel dmesg dump dumpfs fdisk fsck fsck_ext2fs fsck_ffs \
- fsck_msdos fsdb fsirand growfs ifconfig iked init iopctl ipsecctl \
+ fsck_msdos fsdb fsirand growfs ifconfig iked init ipsecctl \
isakmpd kbd ldattach lmccontrol mknod modload modunload mount \
mount_cd9660 mount_ext2fs mount_ffs mount_msdos \
mount_nfs mount_ntfs mount_procfs mount_udf \