Home | History | Annotate | Line # | Download | only in libopencrypto
Makefile revision 1.7.12.3
      1  1.7.12.3     skrll #	$NetBSD: Makefile,v 1.7.12.3 2016/03/19 11:30:34 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.2     skrll COMMENT=OpenCrypto, incl. /dev/crypto
      8  1.7.12.2     skrll 
      9  1.7.12.1     skrll IOCONF=	OPENCRYPTO.ioconf
     10       1.7     pooka SRCS=	opencrypto_component.c
     11       1.1  pgoyette 
     12       1.1  pgoyette # Sources for crypto framework
     13       1.1  pgoyette 
     14       1.1  pgoyette SRCS+=	criov.c
     15       1.1  pgoyette SRCS+=	crypto.c
     16       1.1  pgoyette SRCS+=	xform.c
     17       1.1  pgoyette 
     18       1.1  pgoyette # Sources for crypto device, for userland access
     19       1.1  pgoyette 
     20       1.1  pgoyette SRCS+=	cryptodev.c
     21       1.1  pgoyette SRCS+=	ocryptodev.c
     22       1.1  pgoyette 
     23       1.1  pgoyette # Sources for swcrypto device to access opencrypto software algorithms
     24       1.1  pgoyette # (Other algorithms are in rumpkern_crypto)
     25       1.1  pgoyette 
     26       1.1  pgoyette SRCS+=	aesxcbcmac.c
     27       1.1  pgoyette SRCS+=	cryptosoft.c
     28       1.1  pgoyette SRCS+=	deflate.c
     29       1.1  pgoyette SRCS+=	gmac.c
     30       1.1  pgoyette 
     31       1.1  pgoyette .include <bsd.lib.mk>
     32       1.1  pgoyette .include <bsd.klinks.mk>
     33