etc/protocols - sync with NetBSD-8
[minix.git] / tests / crypto / opencrypto / Makefile
blob84969bc3309556d29e8a16e5276665ff30e25b51
1 # $NetBSD: Makefile,v 1.2 2014/01/17 22:33:02 pgoyette Exp $
3 .include <bsd.own.mk>
5 TESTSDIR= ${TESTSBASE}/crypto/opencrypto
7 TESTS_SH+= t_opencrypto
9 BINDIR= ${TESTSDIR}
10 MKMAN= no
12 PROGS+= h_aesctr1
13 PROGS+= h_aesctr2
14 PROGS+= h_arc4
15 PROGS+= h_camellia
16 PROGS+= h_cbcdes
17 PROGS+= h_comp
18 PROGS+= h_comp_zlib
19 PROGS+= h_comp_zlib_rnd
20 PROGS+= h_gcm
21 PROGS+= h_md5
22 PROGS+= h_md5hmac
23 PROGS+= h_null
24 PROGS+= h_sha1hmac
25 PROGS+= h_xcbcmac
27 LDADD.h_comp_zlib+= -lz
28 LDADD.h_comp_zlib_rnd+= -lz
30 .include <bsd.test.mk>