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
/
btpin
/
Makefile
blob
a988a7f780cf54fb48d98a1d77b2e0c9dc40c335
1
# $NetBSD: Makefile,v 1.1 2006/06/19 15:44:56 gdamore Exp $
2
3
PROG
=
btpin
4
SRCS
=
btpin.c
5
MAN
=
btpin
.1
6
7
DPADD
+= ${
LIBBLUETOOTH
}
8
LDADD
+= -
lbluetooth
9
10
.
include
<
bsd.prog.mk
>