summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-02-05 08:52:36 +0000
committerdes <des@FreeBSD.org>2008-02-05 08:52:36 +0000
commitf7514f1316fe6bc057320507d9a00f0194aecd2e (patch)
tree90af3dc9fb3dc54457226831fa392d8e05cf05f6 /usr.bin
parent6c5e26a705888de6ca7954104c08578cb679ea1f (diff)
downloadFreeBSD-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')
-rw-r--r--usr.bin/kdump/Makefile3
-rw-r--r--usr.bin/truss/Makefile3
2 files changed, 2 insertions, 4 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}
diff --git a/usr.bin/truss/Makefile b/usr.bin/truss/Makefile
index 35ec969..d1ae0ac 100644
--- a/usr.bin/truss/Makefile
+++ b/usr.bin/truss/Makefile
@@ -9,9 +9,8 @@ SRCS+= i386-linux.c linux_syscalls.h
.endif
CFLAGS+= -I${.CURDIR} -I.
-CLEANDEPFILES=i386l-syscalls.master syscalls.master linux_syscalls.h \
+CLEANFILES=i386l-syscalls.master syscalls.master linux_syscalls.h \
syscalls.h ioctl.c
-CLEANFILES+=${CLEANDEPFILES}
.SUFFIXES: .master
OpenPOWER on IntegriCloud