mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-27 11:55:06 +00:00
11 lines
160 B
Makefile
11 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>
|