NetBSD/sys/Makefile
martin 242656c78a Enable the imported ISDN4BSD based ISDN subsystem.
This is the kernel part (userland to follow soon) of the latest (and
very probably last) release (version 0.96) of ISDN4BSD. ISDN4BSD has a
homepage at http://www.freebsd-support.de/i4b/.

It gives the user various ways to use the isdn connection: raw data (via
the i4brbch "raw b-channel" device), ppp (via the isp "isdn PPP" device),
voice/answering machine (the i4btel "telephone" device) and ip over isdn
(the ipr device, "IP over raw ISDN").

Supported are a bunch of common and older cards, more to be added soon
after some cleanup. Currently only the european E-DSS1 variant of the
ISDN D channel protocol is supported.
2001-01-05 13:09:15 +00:00

14 lines
343 B
Makefile

# $NetBSD: Makefile,v 1.40 2001/01/05 13:09:15 martin Exp $
SUBDIR= adosfs altq arch compat dev filecorefs isofs miscfs msdosfs net \
netatalk netccitt netinet netinet6 netiso netkey netnatm netns \
nfs ntfs sys ufs uvm netisdn
.if (${MACHINE_ARCH} != "mipseb" && ${MACHINE_ARCH} != "mipsel")
SUBDIR+= lkm
.endif
.include <bsd.kinc.mk>