blob: 0f5fb2b4eb9920e84f3400856394e4d0c04e81f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
PROG= virtual_bt_speaker
MAN= ${PROG}.8
SRCS= bt_speaker.c
CFLAGS+= -I${SRCTOP}/usr.sbin/virtual_oss/virtual_oss \
-I${SRCTOP}/lib/virtual_oss/bt
LDFLAGS+= -lm -lbluetooth -lsdp
.include <bsd.prog.mk>
|