From 122e125592b7486dca89d87b0f2f73a48f557ca3 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Mon, 21 Nov 1994 00:54:28 +0000 Subject: [PATCH] -I${.CURDIR}/../.. --- usr.bin/kdump/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 0f8add84a27..5cc1042e7f8 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 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