diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-05-26 10:40:09 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-05-26 10:40:09 +0000 |
commit | 2e598474fa6a089cf784ae7a0dfd29f0af0b1a50 (patch) | |
tree | ce6d26c22aa5ab44c23fab794efd22c6b5bc9c39 /share/Makefile | |
parent | 50715949692e09308fab9ba413a424e9aeb8d4f5 (diff) |
Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
parts relied on the now removed NET_NEEDS_GIANT.
Most of I4B has been disconnected from the build
since July 2007 in HEAD/RELENG_7.
This is what was removed:
- configuration in /etc/isdn
- examples
- man pages
- kernel configuration
- sys/i4b (drivers, layers, include files)
- user space tools
- i4b support from ppp
- further documentation
Discussed with: rwatson, re
Notes
Notes:
svn path=/head/; revision=179315
Diffstat (limited to 'share/Makefile')
-rw-r--r-- | share/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/share/Makefile b/share/Makefile index bd3f4396651c..5143ea8f9735 100644 --- a/share/Makefile +++ b/share/Makefile @@ -9,7 +9,6 @@ SUBDIR= ${_colldef} \ ${_dict} \ ${_doc} \ ${_examples} \ - ${_isdn} \ ${_man} \ ${_me} \ misc \ @@ -52,10 +51,6 @@ _me= me _examples= examples .endif -.if ${MK_I4B} != "no" -_isdn= isdn -.endif - .if ${MK_DICT} != "no" _dict= dict .endif |