Home | History | Annotate | Line # | Download | only in opencrypto
Makefile revision 1.2.12.1
      1  1.2.12.1  pgoyette # $NetBSD: Makefile,v 1.2.12.1 2017/04/26 02:53:32 pgoyette 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.2.12.1  pgoyette 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.2.12.1  pgoyette 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.1  pgoyette PROGS+=		h_xcbcmac
     28       1.1  pgoyette 
     29       1.1  pgoyette LDADD.h_comp_zlib+=	-lz
     30       1.1  pgoyette LDADD.h_comp_zlib_rnd+=	-lz
     31       1.1  pgoyette 
     32       1.1  pgoyette .include <bsd.test.mk>
     33       1.1  pgoyette 
     34