diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2008-12-01 20:22:57 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2008-12-01 20:22:57 +0000 |
commit | 8b47e7505edc209fd0339237fbaefd66fddb39d8 (patch) | |
tree | 7d6a65eb0418c2d06ca72d639f38a854d2df76a6 /usr.sbin/btd/Makefile | |
parent | e9a0632db4c5c099d14de47ee78e069a157a620b (diff) |
introduce btd(8) and btctl(8), tweak bt.conf(5)
feedback from uwe@ and jmc@
Diffstat (limited to 'usr.sbin/btd/Makefile')
-rw-r--r-- | usr.sbin/btd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/btd/Makefile b/usr.sbin/btd/Makefile index 0a9cf592838..8a65f8e50c0 100644 --- a/usr.sbin/btd/Makefile +++ b/usr.sbin/btd/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.5 2008/11/26 21:48:30 uwe Exp $ +# $OpenBSD: Makefile,v 1.6 2008/12/01 20:22:56 todd Exp $ PROG= btd SRCS= atomicio.c bt.c bt_subr.c btd.c conf.c control.c db.c \ devinfo.c fdpass.c hci.c log.c sdp.c sdp_query.c \ sdp_search.c util.c -NOMAN= +MAN= btd.8 LDADD+= -levent -lusbhid CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/../btctl |