6239 Add PKCS#11 v2.40 support
[unleashed.git] / usr / src / test / zfs-tests / tests / functional / cli_root / zfs_create / Makefile
blob29a905e036e889f0fc8c87ac3b75b1962f4e99cf
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # Copyright (c) 2012 by Delphix. All rights reserved.
16 include $(SRC)/Makefile.master
18 ROOTOPTPKG = $(ROOT)/opt/zfs-tests
19 TESTDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zfs_create
21 PROGS = cleanup \
22 setup \
23 zfs_create_001_pos \
24 zfs_create_002_pos \
25 zfs_create_003_pos \
26 zfs_create_004_pos \
27 zfs_create_005_pos \
28 zfs_create_006_pos \
29 zfs_create_007_pos \
30 zfs_create_008_neg \
31 zfs_create_009_neg \
32 zfs_create_010_neg \
33 zfs_create_011_pos \
34 zfs_create_012_pos \
35 zfs_create_013_pos
37 FILES = properties.kshlib \
38 zfs_create_common.kshlib \
39 zfs_create.cfg
41 CMDS = $(PROGS:%=$(TESTDIR)/%) $(FILES:%=$(TESTDIR)/%)
42 $(CMDS) := FILEMODE = 0555
44 all lint clean clobber:
46 install: $(CMDS)
48 $(CMDS): $(TESTDIR)
50 $(TESTDIR):
51 $(INS.dir)
53 $(TESTDIR)/%: %
54 $(INS.file)
56 $(TESTDIR)/%: %.ksh
57 $(INS.rename)