Makefile revision f38cb554a534c6df738be3f4d23327e69888e634
366N/A#
366N/A# This file and its contents are supplied under the terms of the
366N/A# Common Development and Distribution License ("CDDL"), version 1.0.
366N/A# You may only use this file in accordance with the terms of version
911N/A# 1.0 of the CDDL.
919N/A#
366N/A# A full copy of the text of the CDDL should have accompanied this
366N/A# source. A copy of the CDDL is also available via the Internet at
919N/A# http://www.illumos.org/license/CDDL.
919N/A#
919N/A
919N/A#
919N/A# Copyright (c) 2013 by Delphix. All rights reserved.
919N/A#
919N/A
919N/A.PARALLEL: $(SUBDIRS)
919N/A
919N/Ainclude $(SRC)/Makefile.master
919N/A
919N/AROOTOPTPKG = $(ROOT)/opt/zfs-tests
919N/ATESTDIR = $(ROOTOPTPKG)/tests/functional/cli_user
919N/A
919N/APROGS = cli_common.kshlib
919N/A
919N/ACMDS = $(PROGS:%=$(TESTDIR)/%)
366N/A$(CMDS) := FILEMODE = 0555
366N/A
366N/Aall lint clean clobber:
366N/A
493N/Ainstall: $(CMDS)
366N/A
366N/A$(CMDS): $(TESTDIR)
493N/A
366N/A$(TESTDIR):
911N/A $(INS.dir)
911N/A
911N/A$(TESTDIR)/%: %
911N/A $(INS.file)
366N/A
366N/ASUBDIRS = misc \
366N/A zfs_list \
366N/A zpool_iostat \
366N/A zpool_list
366N/A
366N/Ainclude $(SRC)/test/Makefile.com
366N/A