summaryrefslogtreecommitdiff
path: root/usr.bin/btpin/Makefile
blob: 9031f79b4ee2042f9db70e794a0e2f16a730f5b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: Makefile,v 1.1 2006/06/19 15:44:56 gdamore Exp $

PROG=		btpin
SRCS=		btpin.c
MAN=		btpin.1

CPPFLAGS+=	-I${.CURDIR}/../../usr.sbin/bthcid

DPADD+=		${LIBBLUETOOTH}
LDADD+=		-lbluetooth

.include <bsd.prog.mk>