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
/
bthset
/
Makefile
blob
abf217dc425c264f3a066d66c353accceb4929f2
1
# $NetBSD: Makefile,v 1.4 2009/05/12 13:12:21 plunky Exp $
2
3
USE_FORT?
=
yes
# network client
4
5
PROG
=
bthset
6
SRCS
=
bthset.c
7
MAN
=
bthset
.1
8
9
DPADD
+= ${
LIBBLUETOOTH
} ${
LIBEVENT
}
10
LDADD
+= -
lbluetooth
-
levent
11
12
.
include
<
bsd.prog.mk
>