summaryrefslogtreecommitdiffstats
path: root/usr.bin
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
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')
-rw-r--r--usr.bin/kdump/Makefile2
-rw-r--r--usr.bin/truss/Makefile2
2 files changed, 2 insertions, 2 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>
diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile
index 1e46c77..9dc6bba 100644
--- a/usr.bin/truss/Makefile
+++ b/usr.bin/truss/Makefile
@@ -28,7 +28,7 @@ syscalls.h: syscalls.master
/bin/sh ${.CURDIR}/../../sys/kern/makesyscalls.sh syscalls.master \
${.CURDIR}/i386.conf
-ioctl.c: .PHONY
+ioctl.c:
sh ${.CURDIR}/../../usr.bin/kdump/mkioctls ${DESTDIR}/usr/include > ioctl.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud