diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-21 00:54:28 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-21 00:54:28 +0000 |
| commit | 122e125592b7486dca89d87b0f2f73a48f557ca3 (patch) | |
| tree | 3bfb4a80d9d4fb711a234d54b69a73cbb0b3fe32 /usr.bin/kdump | |
| parent | 55229b5643b82cbfa4f51e51494719bafb626142 (diff) | |
Notes
Diffstat (limited to 'usr.bin/kdump')
| -rw-r--r-- | usr.bin/kdump/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 0f8add84a27d..5cc1042e7f82 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 |
