1#	$NetBSD: Makefile,v 1.2.4.3 2004/09/21 13:38:44 skrll 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