aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-04-11 14:49:32 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-04-11 14:49:32 +0000
commitb2490f915f53cdeead62da00f063f9a7853a23e7 (patch)
tree1c681b5b383f077c693c56ae7f83f2733e507991 /usr.bin/kdump
parent0445498680984daecd006fae641908d78d6107d8 (diff)
downloadsrc-b2490f915f53cdeead62da00f063f9a7853a23e7.tar.gz
src-b2490f915f53cdeead62da00f063f9a7853a23e7.zip
Notes
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile
index ddafcc007ce7..cc7bfbe9d1ac 100644
--- a/usr.bin/kdump/Makefile
+++ b/usr.bin/kdump/Makefile
@@ -7,11 +7,7 @@ SRCS= kdump.c ioctl.c subr.c
.PATH: ${.CURDIR}/../ktrace
CLEANFILES+=ioctl.c
-.if make(depend)
-ioctl.c: .PHONY
-.else
ioctl.c: mkioctls
-.endif
sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ${.TARGET}
.include <bsd.prog.mk>