diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-26 15:32:57 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2008-11-26 15:32:57 +0000 |
commit | 49be5003eb6ca01d0f220223e8902075aca04c77 (patch) | |
tree | 110a69cf883fac46ee47edf107f63a6c2f81da94 /usr.sbin/btd/Makefile | |
parent | bc7236504c8a117b96bacf950290bd0e0ce09240 (diff) |
Device attach and detach (does not work because SDP is not implemented yet)
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 75c2f66b802..35ca5020fb8 100644 --- a/usr.sbin/btd/Makefile +++ b/usr.sbin/btd/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.3 2008/11/26 06:51:43 uwe Exp $ +# $OpenBSD: Makefile,v 1.4 2008/11/26 15:32:56 uwe 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 util.c + devinfo.c fdpass.c hci.c log.c sdp.c util.c NOMAN= LDADD+= -levent -lusbhid |