Reverse a diff I included accidentally.

This commit is contained in:
mycroft 1993-06-22 17:42:25 +00:00
parent cf07b01a60
commit d1704c59c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# @(#)Makefile 5.2 (Berkeley) 4/27/91
PROG= kdump
CFLAGS+=-I${.CURDIR}/../../../sys -I${.CURDIR}/../ktrace
CFLAGS+=-I/sys -I${.CURDIR}/../ktrace
SRCS= kdump.c ioctl.c subr.c
.PATH: ${.CURDIR}/../ktrace
CLEANFILES+=ioctl.c