repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.bin
/
btkey
/
Makefile
blob
8b6f95bd944af5b0f9c92ddc3576ddc7afe48154
1
# $NetBSD: Makefile$
2
3
PROG
=
btkey
4
SRCS
=
btkey.c device.c file.c
5
MAN
=
btkey
.1
6
7
DPADD
+= ${
LIBBLUETOOTH
} ${
LIBPROP
}
8
LDADD
+= -
lbluetooth
-
lprop
9
10
.
include
<
bsd.prog.mk
>