Install cryptodev.h into /usr/include/crypto/ for userspace applications.
This commit is contained in:
parent
7455c20783
commit
6ea8edc459
|
@ -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>
|
Loading…
Reference in New Issue