diff options
author | ru <ru@FreeBSD.org> | 2001-05-23 13:32:32 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-23 13:32:32 +0000 |
commit | 196fd7759f1cf679623146c047cdcd0e200c93df (patch) | |
tree | 3078c66ab78ae90eddd5390981f4b5b81f566cbe /etc/defaults | |
parent | 1f29dc129c6abe779c638f8424e0d8f8654da7f6 (diff) | |
download | FreeBSD-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 'etc/defaults')
-rw-r--r-- | etc/defaults/make.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index 920f85a..9fee8f5 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/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 |