summaryrefslogtreecommitdiffstats
path: root/share/Makefile
diff options
context:
space:
mode:
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