Current Path : /usr/src/usr.bin/bluetooth/rfcomm_sppd/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/usr.bin/bluetooth/rfcomm_sppd/Makefile |
# $Id: Makefile,v 1.7 2003/09/07 18:15:55 max Exp $ # $FreeBSD: release/9.1.0/usr.bin/bluetooth/rfcomm_sppd/Makefile 140941 2005-01-28 16:08:11Z ru $ PROG= rfcomm_sppd SRCS= rfcomm_sppd.c rfcomm_sdp.c WARNS?= 2 DPADD= ${LIBBLUETOOTH} ${LIBSDP} LDADD= -lbluetooth -lsdp .include <bsd.prog.mk>