1 1.3 christos # $NetBSD: Makefile,v 1.3 2005/12/11 12:25:20 christos Exp $ 2 1.1 jonathan 3 1.1 jonathan # Install userland OpenCrypto Framework (OCF) headers in /usr/include/crypto, 4 1.2 cjep # to keep our userland API (openssl, apache, ...) compatible with the 5 1.1 jonathan # original OpenBSD API. 6 1.1 jonathan 7 1.1 jonathan INCSDIR=/usr/include/crypto 8 1.1 jonathan 9 1.1 jonathan INCS= cryptodev.h 10 1.1 jonathan 11 1.1 jonathan .include <bsd.kinc.mk> 12