0N/A#
893N/A# This file and its contents are supplied under the terms of the
0N/A# Common Development and Distribution License ("CDDL"), version 1.0.
0N/A# You may only use this file in accordance with the terms of version
0N/A# 1.0 of the CDDL.
0N/A#
0N/A# A full copy of the text of the CDDL should have accompanied this
0N/A# source. A copy of the CDDL is also available via the Internet at
0N/A# http://www.illumos.org/license/CDDL.
0N/A#
0N/A
0N/A#
0N/A# Copyright (c) 2013 by Delphix. All rights reserved.
0N/A#
0N/A
0N/Ainclude $(SRC)/Makefile.master
0N/A
0N/AROOTOPTPKG = $(ROOT)/opt/zfs-tests
0N/ATESTDIR = $(ROOTOPTPKG)/tests/functional/delegate
0N/A
0N/APROGS = cleanup \
0N/A setup \
0N/A zfs_allow_001_pos \
0N/A zfs_allow_002_pos \
0N/A zfs_allow_003_pos \
0N/A zfs_allow_004_pos \
0N/A zfs_allow_005_pos \
0N/A zfs_allow_006_pos \
0N/A zfs_allow_007_pos \
0N/A zfs_allow_008_pos \
0N/A zfs_allow_009_neg \
0N/A zfs_allow_010_pos \
0N/A zfs_allow_011_neg \
0N/A zfs_allow_012_neg \
0N/A zfs_unallow_001_pos \
0N/A zfs_unallow_002_pos \
0N/A zfs_unallow_003_pos \
0N/A zfs_unallow_004_pos \
0N/A zfs_unallow_005_pos \
0N/A zfs_unallow_006_pos \
0N/A zfs_unallow_007_neg \
0N/A zfs_unallow_008_neg
0N/A
0N/AFILES = delegate.cfg \
0N/A delegate_common.kshlib
0N/A
0N/ACMDS = $(PROGS:%=$(TESTDIR)/%) $(FILES:%=$(TESTDIR)/%)
0N/A$(CMDS) := FILEMODE = 0555
0N/A
0N/Aall lint clean clobber:
0N/A
0N/Ainstall: $(CMDS)
0N/A
0N/A$(CMDS): $(TESTDIR)
0N/A
0N/A$(TESTDIR):
0N/A $(INS.dir)
0N/A
893N/A$(TESTDIR)/%: %.ksh
893N/A $(INS.rename)
893N/A
893N/A$(TESTDIR)/%: %
893N/A $(INS.file)
893N/A