NetBSD/sys/Makefile
maxv ebec90347e Remove ISDN from the kernel. It has remained unmaintained for a long time,
is of poor quality, and is now an obstacle to MP-ification. It was removed
ten years ago from FreeBSD for the same reason.

This retires a big user of the mbuf API, and will ease maintenance of the
kernel.
2018-09-23 09:20:57 +00:00

22 lines
516 B
Makefile

# $NetBSD: Makefile,v 1.83 2018/09/23 09:21:01 maxv Exp $
.include <bsd.own.mk>
SUBDIR= altq arch compat dev fs miscfs \
net net80211 netatalk netbt netcan netipsec netinet netinet6 \
netmpls netsmb \
nfs opencrypto sys ufs uvm
# interrupt implementation depends on the kernel within the port
#.if (${MACHINE} != "evbppc")
.if make(obj) || make(cleandir) || ${MKKMOD} != "no"
SUBDIR+=modules
.endif
#.endif
.if make(includes) || make(obj) || make(cleandir)
SUBDIR+= rump
.endif
.include <bsd.kinc.mk>