summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 20:54:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-07-02 20:54:18 +0000
commit27d9189e4074c4648710da3447660f62aaf79e4c (patch)
tree17c05ee6de41f33bdc776c55e617b7aa5ff0f614 /usr.bin/kdump/Makefile
parentf33b97e033c3713eb97430518925cb81db9a8d49 (diff)
ioctlname() proto
Diffstat (limited to 'usr.bin/kdump/Makefile')
-rw-r--r--usr.bin/kdump/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile
index 5c17ab3ccb2..d5ee41191c5 100644
--- a/usr.bin/kdump/Makefile
+++ b/usr.bin/kdump/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.7 2003/06/23 16:53:06 mickey Exp $
+# $OpenBSD: Makefile,v 1.8 2003/07/02 20:54:17 deraadt Exp $
LDSTATIC=${STATIC}
PROG= kdump
-CFLAGS+=-I${.CURDIR}/../ktrace
+CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}
SRCS= kdump.c ioctl.c subr.c
.PATH: ${.CURDIR}/../ktrace
CLEANFILES+=ioctl.c