Install cryptodev.h into /usr/include/crypto/ for userspace applications.

This commit is contained in:
jonathan 2003-07-25 22:57:33 +00:00
parent 7455c20783
commit 6ea8edc459
1 changed files with 11 additions and 0 deletions

11
sys/opencrypto/Makefile Normal file
View File

@ -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>