Home | History | Annotate | Line # | Download | only in opencrypto
Makefile revision 1.4.6.1
      1  1.4.6.1    martin # $NetBSD: Makefile,v 1.4.6.1 2020/04/08 14:09:05 martin Exp $
      2      1.1  pgoyette 
      3      1.1  pgoyette .include <bsd.own.mk>
      4      1.1  pgoyette 
      5      1.1  pgoyette TESTSDIR=	${TESTSBASE}/crypto/opencrypto
      6      1.1  pgoyette 
      7      1.1  pgoyette TESTS_SH+=	t_opencrypto
      8      1.1  pgoyette 
      9      1.1  pgoyette BINDIR=		${TESTSDIR}
     10      1.1  pgoyette MKMAN=		no
     11      1.1  pgoyette 
     12      1.3  knakahar PROGS+=		h_aescbc
     13      1.1  pgoyette PROGS+=		h_aesctr1
     14      1.1  pgoyette PROGS+=		h_aesctr2
     15      1.1  pgoyette PROGS+=		h_arc4
     16      1.1  pgoyette PROGS+=		h_camellia
     17      1.1  pgoyette PROGS+=		h_cbcdes
     18      1.3  knakahar PROGS+=		h_cbc3des
     19      1.1  pgoyette PROGS+=		h_comp
     20      1.1  pgoyette PROGS+=		h_comp_zlib
     21      1.1  pgoyette PROGS+=		h_comp_zlib_rnd
     22      1.1  pgoyette PROGS+=		h_gcm
     23      1.1  pgoyette PROGS+=		h_md5
     24      1.1  pgoyette PROGS+=		h_md5hmac
     25      1.1  pgoyette PROGS+=		h_null
     26      1.2  pgoyette PROGS+=		h_sha1hmac
     27  1.4.6.1    martin PROGS+=		h_sha2hmac
     28      1.1  pgoyette PROGS+=		h_xcbcmac
     29      1.4  knakahar PROGS+=		h_ioctl
     30      1.1  pgoyette 
     31      1.1  pgoyette LDADD.h_comp_zlib+=	-lz
     32      1.1  pgoyette LDADD.h_comp_zlib_rnd+=	-lz
     33      1.1  pgoyette 
     34      1.1  pgoyette .include <bsd.test.mk>
     35