mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
10 lines
160 B
Makefile
10 lines
160 B
Makefile
# $Id: Makefile,v 1.4 2003/08/14 20:07:13 max Exp $
|
|
# $FreeBSD$
|
|
|
|
PROG= bthost
|
|
WARNS?= 2
|
|
|
|
DPADD= ${LIBBLUETOOTH}
|
|
LDADD= -lbluetooth
|
|
|
|
.include <bsd.prog.mk>
|