NetBSD/usr.bin/btpin/Makefile
plunky 0b73a6ec91 expose the bthcid API details so that external PIN clients do not
need the NetBSD source in order to compile
2006-09-26 19:18:19 +00:00

11 lines
173 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/09/26 19:18:19 plunky Exp $
PROG= btpin
SRCS= btpin.c
MAN= btpin.1
DPADD+= ${LIBBLUETOOTH}
LDADD+= -lbluetooth
.include <bsd.prog.mk>