Makefile revision d583b39bfb4e2571d3e41097c5c357ffe353ad45
456N/A#
456N/A# This file and its contents are supplied under the terms of the
1339N/A# Common Development and Distribution License ("CDDL"), version 1.0.
1339N/A# You may only use this file in accordance with the terms of version
1339N/A# 1.0 of the CDDL.
456N/A#
456N/A# A full copy of the text of the CDDL should have accompanied this
919N/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) 2012 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_root
919N/A
919N/APROGS = cli_common.kshlib
919N/A
456N/ACMDS = $(PROGS:%=$(TESTDIR)/%)
456N/A$(CMDS) := FILEMODE = 0555
456N/A
456N/Aall lint clean clobber:
493N/A
456N/Ainstall: $(CMDS)
970N/A
970N/A$(CMDS): $(TESTDIR)
970N/A
970N/A$(TESTDIR):
970N/A $(INS.dir)
970N/A
970N/A$(TESTDIR)/%: %
970N/A $(INS.file)
1339N/A
1339N/ASUBDIRS = zdb \
1339N/A zfs \
456N/A zfs_clone \
851N/A zfs_copies \
456N/A zfs_create \
911N/A zfs_destroy \
911N/A zfs_get \
911N/A zfs_inherit \
911N/A zfs_mount \
456N/A zfs_promote \
851N/A zfs_property \
456N/A zfs_receive \
456N/A zfs_rename \
456N/A zfs_reservation \
456N/A zfs_rollback \
456N/A zfs_send \
1339N/A zfs_set \
456N/A zfs_share \
456N/A zfs_snapshot \
1097N/A zfs_unmount \
1097N/A zfs_unshare \
1097N/A zfs_upgrade \
1097N/A zpool \
1097N/A zpool_add \
1097N/A zpool_attach \
1097N/A zpool_clear \
1097N/A zpool_create \
1097N/A zpool_destroy \
1097N/A zpool_detach \
1447N/A zpool_expand \
1446N/A zpool_export \
1446N/A zpool_get \
1097N/A zpool_history \
1097N/A zpool_import \
1097N/A zpool_offline \
1097N/A zpool_online \
851N/A zpool_remove \
851N/A zpool_replace \
456N/A zpool_scrub \
456N/A zpool_set \
456N/A zpool_status \
1097N/A zpool_upgrade
1098N/A
1098N/Ainclude $(SRC)/test/Makefile.com
1097N/A