diff options
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/Makefile | 3 | ||||
-rw-r--r-- | usr.bin/kdump/mkioctls | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 738bbbaf7c7..ebff6e37a3b 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2016/03/13 11:37:42 natano Exp $ +# $OpenBSD: Makefile,v 1.33 2016/04/25 19:18:41 tedu Exp $ LDSTATIC=${STATIC} PROG= kdump @@ -13,7 +13,6 @@ ioctl.c: ${.CURDIR}/Makefile ${.CURDIR}/mkioctls /bin/sh ${.CURDIR}/mkioctls ${SYS_DIR}/sys/ioctl.h \ ${SYS_DIR}/dev/biovar.h \ ${SYS_DIR}/dev/ipmi.h \ - ${SYS_DIR}/dev/systrace.h \ ${SYS_DIR}/dev/wscons/wsconsio.h \ ${SYS_DIR}/dev/vndioctl.h \ ${SYS_DIR}/dev/vscsivar.h \ diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index 7589edde68d..2af5c504d9c 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: mkioctls,v 1.36 2016/03/13 11:37:42 natano Exp $ +# $OpenBSD: mkioctls,v 1.37 2016/04/25 19:18:41 tedu Exp $ # # Copyright (c) 1994 @@ -80,7 +80,6 @@ BEGIN { print "#include <sys/videoio.h>" print "#include <dev/biovar.h>" print "#include <dev/ipmi.h>" - print "#include <dev/systrace.h>" print "#include <dev/wscons/wsconsio.h>" print "#include <dev/vndioctl.h>" print "#include <scsi/scsi_all.h>" |