summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/Makefile
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2014-03-18 09:11:32 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2014-03-18 09:11:32 +0000
commit304445fd163ab60c87b3585fc16ba3e74c4d8e00 (patch)
tree1350f6d30f1002ddc15a8643f695832158cfbb80 /usr.bin/kdump/Makefile
parent8c5fbb9878281056cf900c402203758fd9428992 (diff)
<sys/agpio.h> is gone; pointed out by Benoit Lecocq.
Diffstat (limited to 'usr.bin/kdump/Makefile')
-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 0a20bee1c39..185f966f719 100644
--- a/usr.bin/kdump/Makefile
+++ b/usr.bin/kdump/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.26 2013/12/21 07:30:00 guenther Exp $
+# $OpenBSD: Makefile,v 1.27 2014/03/18 09:11:31 kettenis Exp $
LDSTATIC=${STATIC}
PROG= kdump
@@ -27,7 +27,6 @@ ioctl.c: ${.CURDIR}/Makefile ${.CURDIR}/mkioctls
${SYS_DIR}/net80211/ieee80211_ioctl.h \
${SYS_DIR}/netinet6/in6_var.h \
${SYS_DIR}/sys/tty.h \
- ${SYS_DIR}/sys/agpio.h \
${SYS_DIR}/sys/ataio.h \
${SYS_DIR}/sys/audioio.h \
${SYS_DIR}/sys/cdio.h \