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.sbin
/
btconfig
/
Makefile
blob
2f0a1b90c24df970643c5f5fe6849f123d19c0e0
1
# $NetBSD: Makefile,v 1.1 2006/06/19 15:44:56 gdamore Exp $
2
3
USE_FORT?
=
yes
#network client
4
5
PROG
=
btconfig
6
SRCS
=
btconfig.c
7
MAN
=
btconfig
.8
8
9
DPADD
+= ${
LIBBLUETOOTH
} ${
LIBUTIL
}
10
LDADD
+= -
lbluetooth
-
lutil
11
12
.
include
<
bsd.prog.mk
>