Makefile revision f38cb554a534c6df738be3f4d23327e69888e634
0N/A#
0N/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
911N/A# 1.0 of the CDDL.
810N/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
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/Ainclude $(SRC)/Makefile.master
919N/A
919N/AROOTOPTPKG = $(ROOT)/opt/zfs-tests
919N/ATESTDIR = $(ROOTOPTPKG)/tests/functional/rename_dirs
919N/A
919N/APROGS = cleanup \
919N/A rename_dirs_001_pos \
919N/A setup
919N/A
919N/ACMDS = $(PROGS:%=$(TESTDIR)/%)
0N/A$(CMDS) := FILEMODE = 0555
0N/A
0N/Aall lint clean clobber:
156N/A
493N/Ainstall: $(CMDS)
0N/A
0N/A$(CMDS): $(TESTDIR)
818N/A
0N/A$(TESTDIR):
911N/A $(INS.dir)
911N/A
911N/A$(TESTDIR)/%: %.ksh
911N/A $(INS.rename)
0N/A
493N/A$(TESTDIR)/%: %
493N/A $(INS.file)
156N/A