diff options
author | pav <pav@FreeBSD.org> | 2003-12-29 16:33:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-29 16:33:02 +0000 |
commit | 1a3b64fdb3c941e45eb50671e9df9b048e0ea0ef (patch) | |
tree | 8bd6900335c9aa1c715ab5a5b81f197af0498510 /palm/Makefile | |
parent | 9f0ce7cd0ae5a531333fb39ae28d4894ca465679 (diff) | |
download | FreeBSD-ports-1a3b64fdb3c941e45eb50671e9df9b048e0ea0ef.zip FreeBSD-ports-1a3b64fdb3c941e45eb50671e9df9b048e0ea0ef.tar.gz |
Add uppc-kmod, USB device driver for Windows CE handhelds which provides serial
tty interface.
PR: ports/56225
Submitted by: Sam Lawrance <boris@brooknet.com.au>
According to FreshPorts, this is our 10000th port!
Diffstat (limited to 'palm/Makefile')
-rw-r--r-- | palm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/palm/Makefile b/palm/Makefile index 05d27ac..32a874a 100644 --- a/palm/Makefile +++ b/palm/Makefile @@ -37,5 +37,6 @@ SUBDIR += synce-trayicon SUBDIR += syncmal SUBDIR += txt2pdbdoc + SUBDIR += uppc-kmod .include <bsd.port.subdir.mk> |