Index: head/usr.sbin/bluetooth/bthidd/Makefile =================================================================== --- head/usr.sbin/bluetooth/bthidd/Makefile (revision 283245) +++ head/usr.sbin/bluetooth/bthidd/Makefile (revision 283246) @@ -1,17 +1,16 @@ # $Id: Makefile,v 1.6 2006/09/07 21:36:55 max Exp $ # $FreeBSD$ PROG= bthidd MAN= bthidd.8 # bthidd.conf.5 SRCS= bthidd.c client.c hid.c kbd.c lexer.l parser.y server.c \ session.c CFLAGS+= -I${.CURDIR} -DEBUG_FLAGS= -g LIBADD+= bluetooth usbhid NO_WMISSING_VARIABLE_DECLARATIONS= .include