xref: /illumos-gate/usr/src/test/crypto-tests/tests/hmac/Makefile.hmac (revision faeaba889049371f163f3deb6efd690dbc986e3d)
1*faeaba88SJason King#
2*faeaba88SJason King# This file and its contents are supplied under the terms of the
3*faeaba88SJason King# Common Development and Distribution License ("CDDL"), version 1.0.
4*faeaba88SJason King# You may only use this file in accordance with the terms of version
5*faeaba88SJason King# 1.0 of the CDDL.
6*faeaba88SJason King#
7*faeaba88SJason King# A full copy of the text of the CDDL should have accompanied this
8*faeaba88SJason King# source.  A copy of the CDDL is also available via the Internet at
9*faeaba88SJason King# http://www.illumos.org/license/CDDL.
10*faeaba88SJason King#
11*faeaba88SJason King
12*faeaba88SJason King#
13*faeaba88SJason King# Copyright 2019 Joyent, Inc.
14*faeaba88SJason King#
15*faeaba88SJason King
16*faeaba88SJason KingCRYPTO		= pkcs kcf
17*faeaba88SJason KingCOMMON_OBJS	= main.o
18*faeaba88SJason King
19*faeaba88SJason KingTESTROOT	= $(ROOT)/opt/crypto-tests/tests/hmac
20*faeaba88SJason King
21*faeaba88SJason Kinginclude $(SRC)/test/crypto-tests/tests/Makefile.crypto
22