freebsd-dev/usr.bin/bluetooth/rfcomm_sppd/Makefile
Baptiste Daroussin 3e11bd9e2a Convert to usr.bin/ to LIBADD
Reduce overlinking
2014-11-25 14:29:10 +00:00

11 lines
182 B
Makefile

# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $
# $FreeBSD$
PROG= rfcomm_sppd
SRCS= rfcomm_sppd.c rfcomm_sdp.c
WARNS?= 2
LIBADD= bluetooth sdp util
.include <bsd.prog.mk>