diff options
Diffstat (limited to 'usr.sbin/btd/Makefile')
-rw-r--r-- | usr.sbin/btd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/btd/Makefile b/usr.sbin/btd/Makefile index 35ca5020fb8..0a9cf592838 100644 --- a/usr.sbin/btd/Makefile +++ b/usr.sbin/btd/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.4 2008/11/26 15:32:56 uwe Exp $ +# $OpenBSD: Makefile,v 1.5 2008/11/26 21:48:30 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 sdp.c util.c + devinfo.c fdpass.c hci.c log.c sdp.c sdp_query.c \ + sdp_search.c util.c NOMAN= LDADD+= -levent -lusbhid |