hammer - Fix bugs, fix serious snapshot bug, flush adjustments
[dragonfly.git] / usr.bin / btpin / Makefile
blob54400c0ed5c41ea9fb296a034e2840796b0895a6
1 # $NetBSD: Makefile,v 1.2 2006/09/26 19:18:19 plunky Exp $
3 PROG= btpin
4 MAN= btpin.1
6 CFLAGS+= -I${.CURDIR}/../../sys
7 DPADD+= ${LIBBLUETOOTH}
8 LDADD+= -lbluetooth
10 .include <bsd.prog.mk>