summaryrefslogtreecommitdiff
path: root/sys/kern/Makefile
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2010-06-30 20:38:51 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2010-06-30 20:38:51 +0000
commit9f41651cc302b19305f81c1b12632cbe3d4dd018 (patch)
tree438fd051fff35b9b472043809f45fe056ef33afb /sys/kern/Makefile
parent7dede52ed7ea0cabc0fa13a02c23e23d4db9fb48 (diff)
remove compat_osf1 support from the kernel
ok deraadt miod
Diffstat (limited to 'sys/kern/Makefile')
-rw-r--r--sys/kern/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/Makefile b/sys/kern/Makefile
index 6a180271f08..49ceed5661e 100644
--- a/sys/kern/Makefile
+++ b/sys/kern/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.22 2010/06/29 20:30:33 guenther Exp $
+# $OpenBSD: Makefile,v 1.23 2010/06/30 20:38:49 tedu Exp $
# Makefile for kernel tags files, init_sysent, etc.
@@ -31,7 +31,7 @@ SYSDIR=/sys
# Directories in which to place tags links (other than machine-dependent)
DGEN= compat compat/common compat/freebsd compat/ibcs2 \
- compat/linux compat/osf1 compat/sunos compat/svr4 \
+ compat/linux compat/sunos compat/svr4 \
conf \
ddb \
dev dev/eisa dev/ic dev/isa dev/pci dev/pcmcia dev/cardbus \