<aio.h>: Prepare for the removal of <sys/types.h> from <sys/_timespec.h>.
[dragonfly.git] / usr.sbin / bthcid / Makefile
blob4aac99afc147ece706f7eaf1921eac1cedd39d9a
1 # $NetBSD: Makefile,v 1.4 2007/05/28 12:06:34 tls Exp $
2 # $DragonFly: src/usr.sbin/bthcid/Makefile,v 1.1 2008/01/30 14:10:19 hasso Exp $
4 PROG= bthcid
5 MAN= bthcid.8 bthcid.conf.5
6 SRCS= bthcid.c hci.c client.c config.c lexer.l parser.y
8 DPADD+= ${LIBBLUETOOTH} ${LIBUTIL}
9 LDADD+= -lbluetooth -lutil
10 CFLAGS+= -I${.CURDIR}/../../sys -I${.CURDIR}
12 .include <bsd.prog.mk>