From 1419e21345a70f2237a1608b56aaa25d89e8c496 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 23 Jul 2002 09:15:45 +0000 Subject: Dependencies are delimited by space not tab. --- usr.bin/kdump/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 9faca1d..060081c 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,7 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ -.PATH: ${.CURDIR}/../ktrace +.PATH: ${.CURDIR}/../ktrace PROG= kdump SRCS= kdump.c ioctl.c subr.c @@ -9,7 +9,7 @@ CFLAGS+= -I${.CURDIR}/../ktrace -I${.CURDIR}/../.. CLEANFILES= ioctl.c -ioctl.c: mkioctls +ioctl.c: mkioctls sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ${.TARGET} .include -- cgit v1.1