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