NetBSD/sys/opencrypto/Makefile

12 lines
302 B
Makefile
Raw Normal View History

2003-09-06 22:40:15 +04:00
# $NetBSD: Makefile,v 1.2 2003/09/06 18:40:15 cjep Exp $
# Install userland OpenCrypto Framework (OCF) headers in /usr/include/crypto,
2003-09-06 22:40:15 +04:00
# to keep our userland API (openssl, apache, ...) compatible with the
# original OpenBSD API.
INCSDIR=/usr/include/crypto
INCS= cryptodev.h
.include <bsd.kinc.mk>