xref: /netbsd/usr.bin/btkey/Makefile (revision 6550d01e)
1# $NetBSD: Makefile,v 1.1 2007/11/09 21:18:24 plunky Exp $
2
3PROG=	btkey
4SRCS=	btkey.c device.c file.c
5MAN=	btkey.1
6
7DPADD+=	${LIBBLUETOOTH} ${LIBPROP}
8LDADD+=	-lbluetooth -lprop
9
10.include <bsd.prog.mk>
11