diff options
| -rw-r--r-- | sys/opencrypto/Makefile | 11 |
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> |
