1 # $NetBSD: Makefile,v 1.4 2009/05/12 13:13:34 plunky Exp $ 2 3 USE_FORT?= yes # network client/server 4 5 PROG= rfcomm_sppd 6 SRCS= rfcomm_sppd.c rfcomm_sdp.c 7 8 DPADD+= ${LIBBLUETOOTH} 9 LDADD+= -lbluetooth 10 11 CPPFLAGS+= -DSDP_COMPAT 12 13 .include <bsd.prog.mk> 14