2N/A#
2N/A# This file and its contents are supplied under the terms of the
2N/A# Common Development and Distribution License ("CDDL"), version 1.0.
2N/A# You may only use this file in accordance with the terms of version
2N/A# 1.0 of the CDDL.
2N/A#
2N/A# A full copy of the text of the CDDL should have accompanied this
2N/A# source. A copy of the CDDL is also available via the Internet at
2N/A# http://www.illumos.org/license/CDDL.
2N/A#
2N/A
2N/A#
2N/A# Copyright (c) 2012 by Delphix. All rights reserved.
2N/A#
2N/A
2N/Ainclude $(SRC)/Makefile.master
2N/A
2N/AROOTOPTPKG = $(ROOT)/opt/zfs-tests
2N/ATESTDIR = $(ROOTOPTPKG)/tests/functional/cli_root/zfs_share
2N/A
2N/APROGS = cleanup \
2N/A setup \
2N/A zfs_share_001_pos \
2N/A zfs_share_002_pos \
2N/A zfs_share_003_pos \
2N/A zfs_share_004_pos \
2N/A zfs_share_005_pos \
2N/A zfs_share_006_pos \
2N/A zfs_share_007_neg \
2N/A zfs_share_008_neg \
2N/A zfs_share_009_neg \
2N/A zfs_share_010_neg \
2N/A zfs_share_011_pos
2N/A
2N/AFILES = zfs_share.cfg
2N/A
2N/ACMDS = $(PROGS:%=$(TESTDIR)/%) $(FILES:%=$(TESTDIR)/%)
2N/A$(CMDS) := FILEMODE = 0555
2N/A
2N/Aall lint clean clobber:
2N/A
2N/Ainstall: $(CMDS)
2N/A
2N/A$(CMDS): $(TESTDIR)
2N/A
2N/A$(TESTDIR):
2N/A $(INS.dir)
2N/A
2N/A$(TESTDIR)/%: %
2N/A $(INS.file)
2N/A
2N/A$(TESTDIR)/%: %.ksh
2N/A $(INS.rename)
2N/A