# $NetBSD: Makefile,v 1.4 2008/03/19 23:15:19 plunky Exp $ USE_FORT?= yes # network server PROG= sdpd MAN= sdpd.8 SRCS= db.c log.c main.c record.c server.c service.c DPADD+= ${LIBBLUETOOTH} LDADD+= -lbluetooth .include .if (${SDP_COMPAT:Uyes} != "no") SRCS+= compat.c CPPFLAGS+= -DSDP_COMPAT # only needed in SDP_COMPAT .if (${USE_INET6} != "no") CPPFLAGS+= -DINET6 .endif .endif .include