# $FreeBSD$ INCDIR = ${STAGEDIR}/usr/include LIB = bluetooth SHLIB_MAJOR = 3 SRCS = \ bluetooth.c \ dev.c \ hci.c INCS = bluetooth.h WARNS ?= 2 CFLAGS += -I${.CURDIR} .include