repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix amd64 trap handling.
[dragonfly.git]
/
usr.sbin
/
btconfig
/
Makefile
blob
ff8fb14232363b612e98e192c69f97125418301e
1
# $NetBSD: Makefile,v 1.2 2007/05/28 12:06:34 tls Exp $
2
# $DragonFly: src/usr.sbin/btconfig/Makefile,v 1.1 2008/01/04 09:54:22 hasso Exp $
3
4
PROG
=
btconfig
5
SRCS
=
btconfig.c
6
MAN
=
btconfig
.8
7
8
CFLAGS
+= -
I
${
.CURDIR
}/
..
/
..
/
sys
9
DPADD
+= ${
LIBBLUETOOTH
}
10
LDADD
+= -
lbluetooth
11
WARNS?
=
6
12
13
.
include
<
bsd.prog.mk
>