dfregress(8): Check prop_dictionary_get_uint32()'s return value.
[dragonfly.git] / usr.bin / btpin / Makefile
1 # $NetBSD: Makefile,v 1.2 2006/09/26 19:18:19 plunky Exp $
2 # $DragonFly: src/usr.bin/btpin/Makefile,v 1.2 2008/08/07 10:45:58 swildner Exp $
3
4 PROG=           btpin
5 SRCS=           btpin.c
6 MAN=            btpin.1
7
8 CFLAGS+=        -I${.CURDIR}/../../sys
9 DPADD+=         ${LIBBLUETOOTH}
10 LDADD+=         -lbluetooth
11
12 .include <bsd.prog.mk>