summaryrefslogtreecommitdiffstats
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-08-01 10:21:13 +0000
committerru <ru@FreeBSD.org>2000-08-01 10:21:13 +0000
commit1b4cdf40dc8a65f87735c161d44d74339adbedd4 (patch)
tree1b63c8f75f565e7fab4fe8dce2667563303d31b9 /usr.bin/kdump
parente2b5522f33d0ca177287a72cb0ea63e543042266 (diff)
downloadFreeBSD-src-1b4cdf40dc8a65f87735c161d44d74339adbedd4.zip
FreeBSD-src-1b4cdf40dc8a65f87735c161d44d74339adbedd4.tar.gz
Make auto-generated ioctl.c to be always considered out of date
since it could potentially depend on any ${DESTDIR}/usr/include preprocessor file. This fixes the broken -DNOCLEAN world build I experienced yesterday.
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 534538f..fd3657f 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: mkioctls
+ioctl.c: .PHONY
sh ${.CURDIR}/mkioctls ${DESTDIR}/usr/include > ioctl.c
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud