Makefile revision 1.5
11.5Splunky# $NetBSD: Makefile,v 1.5 2009/05/12 21:50:38 plunky Exp $ 21.1Splunky# 31.1Splunky 41.1SplunkyPROG= btpand 51.1SplunkyMAN= btpand.8 61.5SplunkySRCS= btpand.c bnep.c channel.c client.c packet.c server.c tap.c 71.1Splunky 81.4SplunkyDPADD+= ${LIBBLUETOOTH} ${LIBEVENT} ${LIBUTIL} 91.4SplunkyLDADD+= -lbluetooth -levent -lutil 101.1Splunky 111.1Splunky.include <bsd.prog.mk> 12