freebsd-dev/usr.bin/bluetooth/rfcomm_sppd/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
201 B
Makefile
Raw Normal View History

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