Makefile revision 7b1753e64ab6c8c68e7cd79acbedfdfba12bd7f8
225N/A#
225N/A# This file and its contents are supplied under the terms of the
225N/A# Common Development and Distribution License ("CDDL"), version 1.0.
225N/A# You may only use this file in accordance with the terms of version
225N/A# 1.0 of the CDDL.
225N/A#
225N/A# A full copy of the text of the CDDL should have accompanied this
225N/A# source. A copy of the CDDL is also available via the Internet at
225N/A# http://www.illumos.org/license/CDDL.
225N/A#
225N/A
225N/A#
225N/A# Copyright (c) 2013 by Delphix. All rights reserved.
225N/A#
225N/A
225N/Ainclude $(SRC)/Makefile.master
225N/A
225N/AROOTOPTPKG = $(ROOT)/opt/zfs-tests
225N/ATESTDIR = $(ROOTOPTPKG)/tests/functional/acl/trivial
225N/A
225N/APROGS = cleanup \
225N/A setup \
5680N/A zfs_acl_aclmode_restricted_001_pos \
225N/A zfs_acl_chmod_001_pos \
5680N/A zfs_acl_compress_001_pos \
225N/A zfs_acl_cp_001_pos \
225N/A zfs_acl_cp_002_neg \
225N/A zfs_acl_cp_003_neg \
1176N/A zfs_acl_find_001_pos \
618N/A zfs_acl_find_002_neg \
225N/A zfs_acl_ls_001_pos \
225N/A zfs_acl_ls_002_neg \
844N/A zfs_acl_mv_001_pos \
1176N/A zfs_acl_pack_001_pos \
225N/A zfs_acl_pax_001_pos \
1258N/A zfs_acl_pax_002_pos \
225N/A zfs_acl_pax_003_pos \
2899N/A zfs_acl_pax_004_pos \
2899N/A zfs_acl_pax_005_pos \
5680N/A zfs_acl_pax_006_pos \
225N/A zfs_acl_tar_001_pos \
225N/A zfs_acl_tar_002_neg
5680N/A
225N/ACMDS = $(PROGS:%=$(TESTDIR)/%)
225N/A$(CMDS) := FILEMODE = 0555
225N/A
225N/Aall lint clean clobber:
225N/A
225N/Ainstall: $(CMDS)
5680N/A
225N/A$(CMDS): $(TESTDIR)
5680N/A
5680N/A$(TESTDIR):
5680N/A $(INS.dir)
5680N/A
5680N/A$(TESTDIR)/%: %.ksh
5680N/A $(INS.rename)
225N/A