summaryrefslogtreecommitdiff
path: root/lib/libsectok/Makefile
diff options
context:
space:
mode:
authorJim Rees <rees@cvs.openbsd.org>2001-05-22 15:35:59 +0000
committerJim Rees <rees@cvs.openbsd.org>2001-05-22 15:35:59 +0000
commit8a0717bef7427805d78da4ed891a26cc68fef3ce (patch)
tree2c666c477bbec6e3145ebde6ab240e54f2573a85 /lib/libsectok/Makefile
parentd649f2222963a4768b7f060b2797f8df0cb4a152 (diff)
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.
Diffstat (limited to 'lib/libsectok/Makefile')
-rw-r--r--lib/libsectok/Makefile7
1 files changed, 7 insertions, 0 deletions
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 <bsd.own.mk>
+
+SUBDIR= lib ifd
+
+.include <bsd.subdir.mk>