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