1*8d91e49dSJason King#
2*8d91e49dSJason King# This file and its contents are supplied under the terms of the
3*8d91e49dSJason King# Common Development and Distribution License ("CDDL"), version 1.0.
4*8d91e49dSJason King# You may only use this file in accordance with the terms of version
5*8d91e49dSJason King# 1.0 of the CDDL.
6*8d91e49dSJason King#
7*8d91e49dSJason King# A full copy of the text of the CDDL should have accompanied this
8*8d91e49dSJason King# source.  A copy of the CDDL is also available via the Internet at
9*8d91e49dSJason King# http://www.illumos.org/license/CDDL.
10*8d91e49dSJason King#
11*8d91e49dSJason King
12*8d91e49dSJason King#
13*8d91e49dSJason King# Copyright (c) 2012 by Delphix. All rights reserved.
14*8d91e49dSJason King# Copyright 2015 Nexenta Systems, Inc.  All rights reserved.
15*8d91e49dSJason King# Copyright 2019 Joyent, Inc.
16*8d91e49dSJason King#
17*8d91e49dSJason King
18*8d91e49dSJason KingBASEPROG = aes_cbc_pad
19*8d91e49dSJason King
20*8d91e49dSJason King# Currently, the cbc_pad mechanism is only present in PKCS#11 and
21*8d91e49dSJason King# not KCF, so we do not create _kcf test binaries.
22*8d91e49dSJason KingCRYPTO = pkcs
23*8d91e49dSJason KingCRYPTO_kcf = $(POUND_SIGN)
24*8d91e49dSJason King
25*8d91e49dSJason Kinginclude $(SRC)/cmd/Makefile.cmd
26*8d91e49dSJason Kinginclude ../Makefile.subdirs
27