diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-29 16:33:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-29 16:33:02 +0000 |
commit | 1bcb81b7c9bc03f5cd64a0e85d3a5ee0d8d487cc (patch) | |
tree | 8075424c5a79dec64cbfcb0964535e79754bf2ed /palm/Makefile | |
parent | 02f03a1e632aab78035b3ad5daf8b9e9af2c8114 (diff) | |
download | ports-1bcb81b7c9bc03f5cd64a0e85d3a5ee0d8d487cc.tar.gz ports-1bcb81b7c9bc03f5cd64a0e85d3a5ee0d8d487cc.zip |
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!
Notes
Notes:
svn path=/head/; revision=96895
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 05d27ac11a96..32a874ac51c5 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> |