From 6ea8edc459cea91ef0300a7fa3f67aa11fb0c9fc Mon Sep 17 00:00:00 2001 From: jonathan Date: Fri, 25 Jul 2003 22:57:33 +0000 Subject: Install cryptodev.h into /usr/include/crypto/ for userspace applications. --- sys/opencrypto/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sys/opencrypto/Makefile 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 -- cgit