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
Sync usage with man page.
[netbsd-mini2440.git]
/
usr.sbin
/
btdevctl
/
Makefile
blob
d7daad6ac223be17c5a75a28c5975bb0b74eb95a
1
# $NetBSD: Makefile,v 1.4 2009/05/12 13:09:43 plunky Exp $
2
3
PROG
=
btdevctl
4
MAN
=
btdevctl
.8
5
SRCS
=
btdevctl.c db.c
print
.c sdp.c
6
7
DPADD
+= ${
LIBBLUETOOTH
} ${
LIBPROP
} ${
LIBUSBHID
}
8
LDADD
+= -
lbluetooth
-
lprop
-
lusbhid
9
10
.
include
<
bsd.prog.mk
>