diff options
author | des <des@FreeBSD.org> | 2008-02-05 08:52:36 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2008-02-05 08:52:36 +0000 |
commit | f7514f1316fe6bc057320507d9a00f0194aecd2e (patch) | |
tree | 90af3dc9fb3dc54457226831fa392d8e05cf05f6 /usr.bin/kdump | |
parent | 6c5e26a705888de6ca7954104c08578cb679ea1f (diff) | |
download | FreeBSD-src-f7514f1316fe6bc057320507d9a00f0194aecd2e.zip FreeBSD-src-f7514f1316fe6bc057320507d9a00f0194aecd2e.tar.gz |
Revert CLEANDEPFILES commit per ru@'s request; it does not really solve
the problem. The correct fix will follow.
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r-- | usr.bin/kdump/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile index c0c74e3..2ca8561 100644 --- a/usr.bin/kdump/Makefile +++ b/usr.bin/kdump/Makefile @@ -7,8 +7,7 @@ PROG= kdump SRCS= kdump.c ioctl.c kdump_subr.c subr.c CFLAGS+= -I${.CURDIR}/../ktrace -I${.CURDIR} -I${.CURDIR}/../.. -CLEANDEPFILES= ioctl.c kdump_subr.c -CLEANFILES= ${CLEANDEPFILES} +CLEANFILES= ioctl.c kdump_subr.c ioctl.c: mkioctls sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ${.TARGET} |