From 8a0717bef7427805d78da4ed891a26cc68fef3ce Mon Sep 17 00:00:00 2001 From: Jim Rees Date: Tue, 22 May 2001 15:35:59 +0000 Subject: Initial commit of libsectok (secure token) used for ISO 7816 smart cards and iButtons, but also extensible to other types of secure tokens. Also include a "driver" (dynamic library) for the Todos reader. --- lib/libsectok/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/libsectok/Makefile (limited to 'lib/libsectok/Makefile') diff --git a/lib/libsectok/Makefile b/lib/libsectok/Makefile new file mode 100644 index 00000000000..41636cd49d6 --- /dev/null +++ b/lib/libsectok/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2001/05/22 15:35:56 rees Exp $ + +.include + +SUBDIR= lib ifd + +.include -- cgit v1.2.3