summaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2016-02-28 15:46:20 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2016-02-28 15:46:20 +0000
commitffdc3ff08fbee7eeb56a09b29ba888ea96f4e922 (patch)
tree32eef336395aa1caacdb6ce87cc2c33ae4353cd5 /usr.bin/kdump
parent7cd4bc9208e74e6a0813ae69b0170d9176b6c164 (diff)
Support for running Linux binaries under emulation is going away.
Remove "option COMPAT_LINUX" and everything directly tied to it from the kernel and the corresponding man page documentation. ok visa@ guenther@
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile
index c7b4b475a8e..7985b023953 100644
--- a/usr.bin/kdump/Makefile
+++ b/usr.bin/kdump/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.30 2016/01/05 19:41:15 robert Exp $
+# $OpenBSD: Makefile,v 1.31 2016/02/28 15:46:19 naddy Exp $
LDSTATIC=${STATIC}
PROG= kdump
@@ -11,7 +11,6 @@ CLEANFILES+=ioctl.c kdump_subr.c
ioctl.c: ${.CURDIR}/Makefile ${.CURDIR}/mkioctls
CC="${CC}" \
/bin/sh ${.CURDIR}/mkioctls ${SYS_DIR}/sys/ioctl.h \
- ${SYS_DIR}/sys/ioctl_compat.h \
${SYS_DIR}/dev/biovar.h \
${SYS_DIR}/dev/systrace.h \
${SYS_DIR}/dev/wscons/wsconsio.h \