summaryrefslogtreecommitdiff
path: root/usr.sbin/btctl/Makefile
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2008-12-01 19:02:26 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2008-12-01 19:02:26 +0000
commitbcd9b955c52d79120aaae9875ba68e95a2ae30c4 (patch)
tree281c487120512056d079eb11b5496027650b7158 /usr.sbin/btctl/Makefile
parentb22429ecd4ce78f5f6c4f9ba249745524f4730a6 (diff)
introduce bt.conf(5), ok uwe@
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 48fb7517db0..f154d9b73ab 100644
--- a/usr.sbin/btctl/Makefile
+++ b/usr.sbin/btctl/Makefile
@@ -1,10 +1,10 @@
-# $OpenBSD: Makefile,v 1.2 2008/11/25 17:13:53 uwe Exp $
+# $OpenBSD: Makefile,v 1.3 2008/12/01 19:02:25 todd Exp $
.PATH: ${.CURDIR}/../btd
PROG= btctl
SRCS= bt_subr.c btctl.c conf.c log.c parse.y
-NOMAN=
+MAN= bt.conf.5
LDADD+= -lusbhid
CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/../btd