summaryrefslogtreecommitdiffstats
path: root/share/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-04-13 10:02:58 +0000
committerphk <phk@FreeBSD.org>2005-04-13 10:02:58 +0000
commit82691535ee5ae34bb001a324b8a9fd4ddda369e9 (patch)
tree9bb3de74d59fc2bdafa212eaab34cef1dc8151a9 /share/Makefile
parent4ea19165f615f65aeaea2eadd595f536e2237e0f (diff)
downloadFreeBSD-src-82691535ee5ae34bb001a324b8a9fd4ddda369e9.zip
FreeBSD-src-82691535ee5ae34bb001a324b8a9fd4ddda369e9.tar.gz
Add NO_DICT handle. Saves almost 3.5 MB installed.
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/Makefile b/share/Makefile
index 8483c39e..e27be2d 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -4,7 +4,7 @@
# Do not include `info' in the SUBDIR list, it is handled separately.
SUBDIR= colldef \
- dict \
+ ${_dict} \
${_doc} \
examples \
${_isdn} \
@@ -29,6 +29,10 @@ SUBDIR= colldef \
_isdn= isdn
.endif
+.if !defined(NO_DICT)
+_dict= dict
+.endif
+
.if !defined(NO_SENDMAIL)
_sendmail= sendmail
.endif
OpenPOWER on IntegriCloud