NetBSD/sys/dev/bluetooth/Makefile
tron 30d6332135 Bluetooth fixes by Iain Hibbert:
Remove bthset(4) device and add btsco(4) in its place. This is an
improved version which is not just for headsets, as it can receive
incoming connections (eg for Hands Free Profile). Update bthset(1)
control utlitiy to relate to new device.
2006-07-26 10:43:01 +00:00

7 lines
141 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/07/26 10:43:02 tron Exp $
INCSDIR= /usr/include/dev/bluetooth
INCS= btdev.h btsco.h
.include <bsd.kinc.mk>