Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 2003/09/06 18:40:15 cjep 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