NetBSD/sys/Makefile
gdamore a5c89047c0 Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,
NetBSD Foundation Membership still pending.)  This stack was written by
Iain under sponsorship from Itronix Inc.

The stack includes support for rfcomm networking (networking via your
bluetooth enabled cell phone), hid devices (keyboards/mice), and headsets.

Drivers for both PCMCIA and USB bluetooth controllers are included.
2006-06-19 15:44:33 +00:00

17 lines
421 B
Makefile

# $NetBSD: Makefile,v 1.58 2006/06/19 15:44:44 gdamore Exp $
SUBDIR= altq arch compat crypto dev fs miscfs \
net net80211 netatalk netbt netccitt netipsec netinet netinet6 \
netisdn netiso netkey netnatm netns netsmb \
nfs opencrypto sys ufs uvm
.if (${MACHINE} != "evbppc")
SUBDIR+=lkm
.endif
# Speedup stubs for some subtrees that don't need to run these rules
includes-lkm:
@true
.include <bsd.kinc.mk>