Makefile revision 1.2
1# $NetBSD: Makefile,v 1.2 2006/07/26 11:00:07 tron Exp $ 2 3PROG= bthcid 4MAN= bthcid.8 5SRCS= bthcid.c hci.c client.c config.c 6 7CPPFLAGS+= -D_BTHCID_ 8 9DPADD+= ${LIBBLUETOOTH} ${LIBEVENT} ${LIBPROP} ${LIBUTIL} 10LDADD+= -lbluetooth -levent -lprop -lutil 11 12.include <bsd.prog.mk> 13