diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-20 13:33:39 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-20 13:33:39 +0000 |
commit | fa6f144326eadb1c6632d7fc4836c9c70bc0b965 (patch) | |
tree | 3e19e46ef96be8121d8a2160d987d5dd5c6b6374 /devel/Makefile | |
parent | 43b17b3ac52be0a5b4b428be271b473869253ed2 (diff) |
Add libccid, a USB CCID (Chip/Smart Card Interface Device) driver.
This was tested with a Gemplus GemPC Twin and an SCM Micro SPR 532
Notes
Notes:
svn path=/head/; revision=133763
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index ecf3080d6105..46b097c4f520 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -414,6 +414,7 @@ SUBDIR += libbonobo SUBDIR += libbonobomm SUBDIR += libcapsinetwork + SUBDIR += libccid SUBDIR += libcheck SUBDIR += libchipcard SUBDIR += libchipcard-kde |