summaryrefslogtreecommitdiffstats
path: root/share/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-01-20 13:09:29 +0000
committerru <ru@FreeBSD.org>2004-01-20 13:09:29 +0000
commit36f19f59f5b6f7a71a2ff9e96fb250aaf1186a27 (patch)
tree63223392d349cf748fc8e891a40867f82e8a1fbf /share/Makefile
parentfcd3fde5ea6a83ede89aa69626a52ae3e4a1e6e4 (diff)
downloadFreeBSD-src-36f19f59f5b6f7a71a2ff9e96fb250aaf1186a27.zip
FreeBSD-src-36f19f59f5b6f7a71a2ff9e96fb250aaf1186a27.tar.gz
Normalize.
Diffstat (limited to 'share/Makefile')
-rw-r--r--share/Makefile34
1 files changed, 26 insertions, 8 deletions
diff --git a/share/Makefile b/share/Makefile
index d79d7a4..f1649bb 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -3,19 +3,37 @@
# Do not include `info' in the SUBDIR list, it is handled separately.
-SUBDIR= colldef dict examples man me misc mk mklocale monetdef \
- msgdef numericdef skel syscons tabset termcap timedef zoneinfo
-
-.if !defined(NO_SHAREDOCS)
-SUBDIR+= doc
-.endif
+SUBDIR= colldef \
+ dict \
+ ${_doc} \
+ examples \
+ ${_isdn} \
+ man \
+ me \
+ misc \
+ mk \
+ mklocale \
+ monetdef \
+ msgdef \
+ numericdef \
+ ${_sendmail} \
+ skel \
+ syscons \
+ tabset \
+ termcap \
+ timedef \
+ zoneinfo
.if !defined(NO_I4B)
-SUBDIR+= isdn
+_isdn= isdn
.endif
.if !defined(NO_SENDMAIL)
-SUBDIR+= sendmail
+_sendmail= sendmail
+.endif
+
+.if !defined(NO_SHAREDOCS)
+_doc= doc
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud