From cea30675defd757a79bac882e55df43bd13a2d91 Mon Sep 17 00:00:00 2001 From: markm Date: Fri, 21 Jun 2002 11:06:11 +0000 Subject: Better fix for style. Suggested by: ru (but modified a bit by markm) --- usr.bin/kdump/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index 6f1ee2d..9faca1d 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -1,15 +1,15 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 # $FreeBSD$ -PROG= kdump -SRCS= kdump.c ioctl.c subr.c -CFLAGS+=-I${.CURDIR}/../ktrace -I${.CURDIR}/../.. +.PATH: ${.CURDIR}/../ktrace -CLEANFILES+=ioctl.c +PROG= kdump +SRCS= kdump.c ioctl.c subr.c +CFLAGS+= -I${.CURDIR}/../ktrace -I${.CURDIR}/../.. -.PATH: ${.CURDIR}/../ktrace +CLEANFILES= ioctl.c -ioctl.c: mkioctls +ioctl.c: mkioctls sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ${.TARGET} .include -- cgit v1.1