11.5Splunky# $NetBSD: Makefile,v 1.5 2009/05/12 10:05:06 plunky Exp $ 21.3Stls 31.3StlsUSE_FORT?= yes # network server 41.1Sgdamore 51.4SplunkyPROG= sdpd 61.4SplunkyMAN= sdpd.8 71.5SplunkySRCS= db.c log.c main.c record.c server.c service.c 81.5Splunky 91.5SplunkyDPADD+= ${LIBBLUETOOTH} 101.5SplunkyLDADD+= -lbluetooth 111.5Splunky 121.5Splunky.include <bsd.own.mk> 131.5Splunky 141.5Splunky.if (${SDP_COMPAT:Uyes} != "no") 151.5SplunkySRCS+= compat.c 161.5SplunkyCPPFLAGS+= -DSDP_COMPAT 171.5Splunky 181.5Splunky# only needed in SDP_COMPAT 191.5Splunky.if (${USE_INET6} != "no") 201.5SplunkyCPPFLAGS+= -DINET6 211.5Splunky.endif 221.5Splunky.endif 231.1Sgdamore 241.1Sgdamore.include <bsd.prog.mk> 25