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
Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git]
/
usr.sbin
/
btpand
/
Makefile
blob
276547260d7bd7f42b91da4661ff0e6e1a3f3cc4
1
# $NetBSD: Makefile,v 1.4 2009/05/12 13:11:18 plunky Exp $
2
#
3
4
PROG
=
btpand
5
MAN
=
btpand
.8
6
SRCS
=
btpand.c bnep.c channel.c client.c packet.c server.c tap.c
7
8
DPADD
+= ${
LIBBLUETOOTH
} ${
LIBEVENT
} ${
LIBUTIL
}
9
LDADD
+= -
lbluetooth
-
levent
-
lutil
10
11
.
include
<
bsd.prog.mk
>