xref: /netbsd/sys/opencrypto/Makefile (revision 6550d01e)
1#	$NetBSD: Makefile,v 1.3 2005/12/11 12:25:20 christos Exp $
2
3# Install userland OpenCrypto Framework (OCF) headers in /usr/include/crypto,
4# to keep our userland API (openssl, apache, ...) compatible with the
5# original OpenBSD API.
6
7INCSDIR=/usr/include/crypto
8
9INCS=	cryptodev.h
10
11.include <bsd.kinc.mk>
12