summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2000-09-14 06:20:19 +0000
committerjkh <jkh@FreeBSD.org>2000-09-14 06:20:19 +0000
commit2a8c03de9e43303152001725d726a56f3dc76dd6 (patch)
tree8c4ebfa77525fb25c8cfa208cf56dfb70876c45a /usr.bin/kdump
parent16198183599e8c2c6852be7fe433920e11d2436b (diff)
downloadFreeBSD-src-2a8c03de9e43303152001725d726a56f3dc76dd6.zip
FreeBSD-src-2a8c03de9e43303152001725d726a56f3dc76dd6.tar.gz
remove .PHONY to avoid gratuitous rebuild of ioctl.c each time.
Approved by: sef
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/kdump/Makefile b/usr.bin/kdump/Makefile
index fd3657f..6baf696 100644
--- a/usr.bin/kdump/Makefile
+++ b/usr.bin/kdump/Makefile
@@ -7,7 +7,7 @@ SRCS= kdump.c ioctl.c subr.c
.PATH: ${.CURDIR}/../ktrace
CLEANFILES+=ioctl.c
-ioctl.c: .PHONY
+ioctl.c:
sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ioctl.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud