blob: 0799926adb2a05faacf5d8390081865f9df9abb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# $NetBSD: Makefile,v 1.2 2003/09/06 18:40:15 cjep Exp $
# Install userland OpenCrypto Framework (OCF) headers in /usr/include/crypto,
# to keep our userland API (openssl, apache, ...) compatible with the
# original OpenBSD API.
INCSDIR=/usr/include/crypto
INCS= cryptodev.h
.include <bsd.kinc.mk>
|