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