summaryrefslogtreecommitdiff
path: root/usr.sbin/btctl/Makefile
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2008-12-01 20:22:57 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2008-12-01 20:22:57 +0000
commit8b47e7505edc209fd0339237fbaefd66fddb39d8 (patch)
tree7d6a65eb0418c2d06ca72d639f38a854d2df76a6 /usr.sbin/btctl/Makefile
parente9a0632db4c5c099d14de47ee78e069a157a620b (diff)
introduce btd(8) and btctl(8), tweak bt.conf(5)
feedback from uwe@ and jmc@
Diffstat (limited to 'usr.sbin/btctl/Makefile')
-rw-r--r--usr.sbin/btctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/btctl/Makefile b/usr.sbin/btctl/Makefile
index f154d9b73ab..79143d800fe 100644
--- a/usr.sbin/btctl/Makefile
+++ b/usr.sbin/btctl/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.3 2008/12/01 19:02:25 todd Exp $
+# $OpenBSD: Makefile,v 1.4 2008/12/01 20:22:56 todd Exp $
.PATH: ${.CURDIR}/../btd
PROG= btctl
SRCS= bt_subr.c btctl.c conf.c log.c parse.y
-MAN= bt.conf.5
+MAN= btctl.8 bt.conf.5
LDADD+= -lusbhid
CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/../btd