Makefile revision 1.3
11.3Splunky# $NetBSD: Makefile,v 1.3 2009/05/07 18:08:55 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.1SplunkyDPADD+= ${LIBBLUETOOTH} ${LIBSDP} ${LIBEVENT} ${LIBUTIL} 91.1SplunkyLDADD+= -lbluetooth -lsdp -levent -lutil 101.1Splunky 111.3SplunkyCPPFLAGS+= -DSDP_COMPAT 121.3Splunky 131.1Splunky.include <bsd.prog.mk> 14