repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MFC:
[dragonfly.git]
/
usr.bin
/
btpin
/
Makefile
blob
a2ab8659393d1610b3b35a636c9c8edb28144b4a
1
# $NetBSD: Makefile,v 1.2 2006/09/26 19:18:19 plunky Exp $
2
# $DragonFly: src/usr.bin/btpin/Makefile,v 1.1 2008/02/08 14:06:25 hasso 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
WARNS?
=
6
12
13
.
include
<
bsd.prog.mk
>