summaryrefslogtreecommitdiffstats
path: root/tools/build
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2010-01-24 14:13:56 +0000
committerantoine <antoine@FreeBSD.org>2010-01-24 14:13:56 +0000
commitfd0073d8288a4357914fc42e5df40ae0831cddbc (patch)
treeaf5133a1923fecb1b3514085f1f065891e93cd49 /tools/build
parentd74856acb43c53321b770c085547b867996ff713 (diff)
downloadFreeBSD-src-fd0073d8288a4357914fc42e5df40ae0831cddbc.zip
FreeBSD-src-fd0073d8288a4357914fc42e5df40ae0831cddbc.tar.gz
Add files to remove when MK_DICT=no.
Diffstat (limited to 'tools/build')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc11
1 files changed, 8 insertions, 3 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 09de8f6..556d0f8 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -678,9 +678,14 @@ OLD_FILES+=usr/share/man/man8/cvsbug.8.gz
# to be filled in
#.endif
-#.if ${MK_DICT} == no
-# to be filled in
-#.endif
+.if ${MK_DICT} == no
+OLD_FILES+=usr/share/dict/README
+OLD_FILES+=usr/share/dict/freebsd
+OLD_FILES+=usr/share/dict/propernames
+OLD_FILES+=usr/share/dict/web2
+OLD_FILES+=usr/share/dict/web2a
+OLD_FILES+=usr/share/dict/words
+.endif
#.if ${MK_EXAMPLES} == no
# to be filled in
OpenPOWER on IntegriCloud