summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2008-09-13 17:29:49 +0000
committerantoine <antoine@FreeBSD.org>2008-09-13 17:29:49 +0000
commita7c461192699ce038bd7128fa64580b60c709758 (patch)
treee547cd80e15979e81f8a8a1ae3d9023efc968b05 /tools
parent8a04f6ba9ad8f876af807d672eb181a6cb9e41a0 (diff)
downloadFreeBSD-src-a7c461192699ce038bd7128fa64580b60c709758.zip
FreeBSD-src-a7c461192699ce038bd7128fa64580b60c709758.tar.gz
Add files to remove when WITHOUT_HESIOD is set.
This fixes "make check-old" when WITH_HESIOD is set. PR: 122406 MFC after: 1 month
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc10
1 files changed, 7 insertions, 3 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 015eacc..060e1a7 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -408,9 +408,13 @@ OLD_FILES+=usr/share/man/man1/gcpio.1.gz
# to be filled in
#.endif
-#.if ${MK_HESIOD} == no
-# to be filled in
-#.endif
+.if ${MK_HESIOD} == no
+OLD_FILES+=usr/bin/hesinfo
+OLD_FILES+=usr/include/hesiod.h
+OLD_FILES+=usr/share/man/man1/hesinfo.1.gz
+OLD_FILES+=usr/share/man/man3/hesiod.3.gz
+OLD_FILES+=usr/share/man/man5/hesiod.conf.5.gz
+.endif
#.if ${MK_HTML} == no
# to be filled in
OpenPOWER on IntegriCloud