1 # $NetBSD: Makefile,v 1.4 2008/03/19 23:15:19 plunky Exp $
3 USE_FORT?
= yes
# network server
7 SRCS
= db.c log.c main.c record.c server.c service.c
9 DPADD
+= ${LIBBLUETOOTH}
14 .if
(${SDP_COMPAT
:Uyes
} != "no")
16 CPPFLAGS
+= -DSDP_COMPAT
18 # only needed in SDP_COMPAT
19 .if
(${USE_INET6} != "no")
24 .
include <bsd.prog.mk
>