summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjonathan <jonathan@NetBSD.org>2003-07-25 22:57:33 +0000
committerjonathan <jonathan@NetBSD.org>2003-07-25 22:57:33 +0000
commit6ea8edc459cea91ef0300a7fa3f67aa11fb0c9fc (patch)
tree6fda7f35587fbee60bc97b70fd5317b5082d6ec9
parent7455c207830775dd4d9e515bfe3456edcb135bfb (diff)
Install cryptodev.h into /usr/include/crypto/ for userspace applications.
-rw-r--r--sys/opencrypto/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/opencrypto/Makefile b/sys/opencrypto/Makefile
new file mode 100644
index 00000000000..9c24fe7847d
--- /dev/null
+++ b/sys/opencrypto/Makefile
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2003/07/25 22:57:33 jonathan Exp $
+
+# Install userland OpenCrypto Framework (OCF) headers in /usr/include/crypto,
+# to keep our userland API (openssl, apache, ...) compatibile with the
+# original OpenBSD API.
+
+INCSDIR=/usr/include/crypto
+
+INCS= cryptodev.h
+
+.include <bsd.kinc.mk>