xref: /netbsd-src/sys/opencrypto/Makefile (revision 95e1ffb15694e54f29f8baaa4232152b703c2a5a)
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