summaryrefslogtreecommitdiffstats
path: root/share
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
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')
-rw-r--r--share/Makefile6
-rw-r--r--share/examples/etc/make.conf1
-rw-r--r--share/man/man5/make.conf.53
3 files changed, 9 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
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf
index 920f85a..9fee8f5 100644
--- a/share/examples/etc/make.conf
+++ b/share/examples/etc/make.conf
@@ -86,6 +86,7 @@ BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \
#NO_CVS= true # do not build CVS
#NO_BIND= true # do not build BIND
#NO_FORTRAN= true # do not build g77 and related libraries
+#NO_I4B= true # do not build isdn4bsd package
#NO_LPR= true # do not build lpr and related programs
#NO_MAILWRAPPER=true # do not build the mailwrapper(8) MTA selector
#NO_MODULES= true # do not build modules with the kernel
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index bd159de..53d56de 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -357,6 +357,9 @@ Set to not build BIND.
Set to not build
.Xr g77 1
and related libraries.
+.It Va NO_I4B
+.Pq Vt bool
+Set to not build isdn4bsd package.
.It Va NO_LPR
.Pq Vt bool
Set to not build
OpenPOWER on IntegriCloud