diff options
Diffstat (limited to 'usr.bin/bluetooth/rfcomm_sppd/Makefile')
-rw-r--r-- | usr.bin/bluetooth/rfcomm_sppd/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/bluetooth/rfcomm_sppd/Makefile b/usr.bin/bluetooth/rfcomm_sppd/Makefile new file mode 100644 index 000000000000..465a56d77fd6 --- /dev/null +++ b/usr.bin/bluetooth/rfcomm_sppd/Makefile @@ -0,0 +1,10 @@ +# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $ + +PACKAGE= bluetooth +PROG= rfcomm_sppd +SRCS= rfcomm_sppd.c rfcomm_sdp.c +WARNS?= 2 + +LIBADD= bluetooth sdp util + +.include <bsd.prog.mk> |