summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/Makefile
diff options
context:
space:
mode:
authoranton <anton@cvs.openbsd.org>2018-08-29 17:47:08 +0000
committeranton <anton@cvs.openbsd.org>2018-08-29 17:47:08 +0000
commite1a19d7953c6f0e56b51307e78e9541f93bdc71c (patch)
treee822fe5cc185813a0fbd64886e9e25c391c121e0 /usr.bin/kdump/Makefile
parent26e1ea7648389eddb3e7d4a51b6382ee9636a236 (diff)
recognize kcov ioctl commands; ok deraadt@ mpi@ visa@
Diffstat (limited to 'usr.bin/kdump/Makefile')
-rw-r--r--usr.bin/kdump/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile
index e1918ae6a70..e63158d9c98 100644
--- a/usr.bin/kdump/Makefile
+++ b/usr.bin/kdump/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.34 2017/05/29 13:30:35 tedu Exp $
+# $OpenBSD: Makefile,v 1.35 2018/08/29 17:47:07 anton Exp $
LDSTATIC=${STATIC}
PROG= kdump
@@ -39,6 +39,7 @@ ioctl.c: ${.CURDIR}/Makefile ${.CURDIR}/mkioctls
${SYS_DIR}/sys/dkio.h \
${SYS_DIR}/sys/filio.h \
${SYS_DIR}/sys/gpio.h \
+ ${SYS_DIR}/sys/kcov.h \
${SYS_DIR}/sys/memrange.h \
${SYS_DIR}/sys/mtio.h \
${SYS_DIR}/sys/pciio.h \