NetBSD/usr.bin/sdpquery/Makefile
plunky 384153c15a update sdpquery with a newer version that fetches the whole service
record and displays it in a human readable fashion.
2009-05-12 18:37:50 +00:00

13 lines
233 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/05/12 18:37:50 plunky Exp $
USE_FORT?= yes # network client
PROG= sdpquery
MAN= sdpquery.1
SRCS= sdpquery.c command.c print.c
DPADD+= ${LIBBLUETOOTH}
LDADD+= -lbluetooth
.include <bsd.prog.mk>