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
Silence -Wold-style-definition in a number of places in the kernel.
[dragonfly.git]
/
usr.bin
/
btpin
/
Makefile
blob
5d12307b371d94074aef9230385af60eccc7eb7f
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
>