1 #
   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.
   6 #
   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.
  10 #
  11 
  12 #
  13 # Copyright (c) 2012 by Delphix. All rights reserved.
  14 #
  15 
  16 include $(SRC)/Makefile.master
  17 
  18 ROOTOPTPKG = $(ROOT)/opt/zfs-tests
  19 TESTDIR = $(ROOTOPTPKG)/tests/functional/acl/trivial
  20 
  21 PROGS = cleanup \
  22         setup \
  23         zfs_acl_chmod_001_pos \
  24         zfs_acl_compress_001_pos \
  25         zfs_acl_cp_001_pos \
  26         zfs_acl_cp_002_neg \
  27         zfs_acl_cp_003_neg \
  28         zfs_acl_find_001_pos \
  29         zfs_acl_find_002_neg \
  30         zfs_acl_ls_001_pos \
  31         zfs_acl_ls_002_neg \
  32         zfs_acl_mv_001_pos \
  33         zfs_acl_pack_001_pos \
  34         zfs_acl_pax_001_pos \
  35         zfs_acl_pax_002_pos \
  36         zfs_acl_pax_003_pos \
  37         zfs_acl_pax_004_pos \
  38         zfs_acl_pax_005_pos \
  39         zfs_acl_pax_006_pos \
  40         zfs_acl_tar_001_pos \
  41         zfs_acl_tar_002_neg
  42 
  43 CMDS = $(PROGS:%=$(TESTDIR)/%)
  44 $(CMDS) := FILEMODE = 0555
  45 
  46 all lint clean clobber:
  47 
  48 install: $(CMDS)
  49 
  50 $(CMDS): $(TESTDIR)
  51 
  52 $(TESTDIR):
  53         $(INS.dir)
  54 
  55 $(TESTDIR)/%: %.ksh
  56         $(INS.rename)