12 lines
307 B
Makefile
12 lines
307 B
Makefile
# $NetBSD: Makefile,v 1.1 2003/07/25 22:57:33 jonathan Exp $
|
|
|
|
# Install userland OpenCrypto Framework (OCF) headers in /usr/include/crypto,
|
|
# to keep our userland API (openssl, apache, ...) compatibile with the
|
|
# original OpenBSD API.
|
|
|
|
INCSDIR=/usr/include/crypto
|
|
|
|
INCS= cryptodev.h
|
|
|
|
.include <bsd.kinc.mk>
|