opnsense-src/usr.bin/bluetooth/bthost/Makefile

13 lines
191 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.4 2003/08/14 20:07:13 max Exp $
# $FreeBSD$
PROG= bthost
MAN= bthost.1
SRCS= bthost.c
WARNS?= 2
DPADD= ${LIBBLUETOOTH}
LDADD= -lbluetooth
.include <bsd.prog.mk>