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