summaryrefslogtreecommitdiffstats
path: root/share/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-23 13:32:32 +0000
committerru <ru@FreeBSD.org>2001-05-23 13:32:32 +0000
commit196fd7759f1cf679623146c047cdcd0e200c93df (patch)
tree3078c66ab78ae90eddd5390981f4b5b81f566cbe /share/Makefile
parent1f29dc129c6abe779c638f8424e0d8f8654da7f6 (diff)
downloadFreeBSD-src-196fd7759f1cf679623146c047cdcd0e200c93df.zip
FreeBSD-src-196fd7759f1cf679623146c047cdcd0e200c93df.tar.gz
Add NO_I4B to avoid building/installing isdn4bsd package.
Prompted by: Alexandr Listopad <laa@laa.zp.ua> MFC after: 3 days
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 d7f7ef8..d79d7a4 100644
--- a/share/Makefile
+++ b/share/Makefile
@@ -3,13 +3,17 @@
# Do not include `info' in the SUBDIR list, it is handled separately.
-SUBDIR= colldef dict examples isdn man me misc mk mklocale monetdef \
+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
+.if !defined(NO_I4B)
+SUBDIR+= isdn
+.endif
+
.if !defined(NO_SENDMAIL)
SUBDIR+= sendmail
.endif
OpenPOWER on IntegriCloud