Makefile revision 1.1
11.1Splunky# $NetBSD: Makefile,v 1.1 2008/08/17 13:20:57 plunky Exp $ 21.1Splunky# 31.1Splunky 41.1SplunkyPROG= btpand 51.1SplunkyMAN= btpand.8 61.1SplunkySRCS= btpand.c bnep.c channel.c client.c packet.c server.c sdp.c tap.c 71.1Splunky 81.1SplunkyCFLAGS+=-g -D_DIAGNOSTIC 91.1Splunky 101.1SplunkyDPADD+= ${LIBBLUETOOTH} ${LIBSDP} ${LIBEVENT} ${LIBUTIL} 111.1SplunkyLDADD+= -lbluetooth -lsdp -levent -lutil 121.1Splunky 131.1Splunky.include <bsd.prog.mk> 14