Makefile revision 1.1
11.1Sjonathan# $NetBSD: Makefile,v 1.1 2003/07/25 22:57:33 jonathan Exp $ 21.1Sjonathan 31.1Sjonathan# Install userland OpenCrypto Framework (OCF) headers in /usr/include/crypto, 41.1Sjonathan# to keep our userland API (openssl, apache, ...) compatibile with the 51.1Sjonathan# original OpenBSD API. 61.1Sjonathan 71.1SjonathanINCSDIR=/usr/include/crypto 81.1Sjonathan 91.1SjonathanINCS= cryptodev.h 101.1Sjonathan 111.1Sjonathan.include <bsd.kinc.mk> 12