Home | History | Annotate | Line # | Download | only in libopencrypto
Makefile revision 1.7.12.1
      1  1.7.12.1     skrll #	$NetBSD: Makefile,v 1.7.12.1 2015/09/22 12:06:13 skrll Exp $
      2       1.1  pgoyette #
      3       1.1  pgoyette 
      4       1.1  pgoyette .PATH:	${.CURDIR}/../../../../opencrypto
      5       1.1  pgoyette 
      6       1.1  pgoyette LIB=	rumpdev_opencrypto
      7  1.7.12.1     skrll IOCONF=	OPENCRYPTO.ioconf
      8       1.7     pooka SRCS=	opencrypto_component.c
      9       1.1  pgoyette 
     10       1.1  pgoyette # Sources for crypto framework
     11       1.1  pgoyette 
     12       1.1  pgoyette SRCS+=	criov.c
     13       1.1  pgoyette SRCS+=	crypto.c
     14       1.1  pgoyette SRCS+=	xform.c
     15       1.1  pgoyette 
     16       1.1  pgoyette # Sources for crypto device, for userland access
     17       1.1  pgoyette 
     18       1.1  pgoyette SRCS+=	cryptodev.c
     19       1.1  pgoyette SRCS+=	ocryptodev.c
     20       1.1  pgoyette 
     21       1.1  pgoyette # Sources for swcrypto device to access opencrypto software algorithms
     22       1.1  pgoyette # (Other algorithms are in rumpkern_crypto)
     23       1.1  pgoyette 
     24       1.1  pgoyette SRCS+=	aesxcbcmac.c
     25       1.1  pgoyette SRCS+=	cryptosoft.c
     26       1.1  pgoyette SRCS+=	deflate.c
     27       1.1  pgoyette SRCS+=	gmac.c
     28       1.1  pgoyette 
     29       1.1  pgoyette CPPFLAGS+=	-I${RUMPTOP}/librump/rumpvfs
     30       1.1  pgoyette 
     31       1.1  pgoyette .include <bsd.lib.mk>
     32       1.1  pgoyette .include <bsd.klinks.mk>
     33