diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 20:01:18 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-03-23 20:01:18 +0000 |
commit | d317576e384efba3ec19cb76c53403601ebd343c (patch) | |
tree | c0ccc316374c0476a936d20679e8e6b1390d2caf /comms/Makefile | |
parent | cae842bacf2b26e4674d7c2c6d46cc91f05493ac (diff) |
Add obexapp, a utility written by Maksim Yevmenkin (emax@FreeBSD.org)
to transport files over OBEX protocol. This only works for Bluetooth
and needs -CURRENT as of January 20 or newer (sdpd import) to work,
so IGNORE on 5.2.1-R and older.
PR: ports/64597
Submitted by: Guido Falsi <mad@madpilot.net>
Notes
Notes:
svn path=/head/; revision=105080
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 35750400b7a8..efcc98b479dd 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -43,6 +43,7 @@ SUBDIR += mlan3 SUBDIR += mserver SUBDIR += mwavem + SUBDIR += obexapp SUBDIR += openobex SUBDIR += p5-Device-Modem SUBDIR += p5-Device-SerialPort |