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
0N/A# 1.0 of the CDDL.
0N/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
0N/A# http://www.illumos.org/license/CDDL.
0N/A#
0N/A
0N/A#
0N/A# Copyright (c) 2013 by Delphix. All rights reserved.
0N/A#
0N/A
0N/Ainclude $(SRC)/Makefile.master
0N/A
0N/AROOTOPTPKG = $(ROOT)/opt/zfs-tests
873N/ATESTDIR = $(ROOTOPTPKG)/tests/functional/refreserv
0N/A
0N/APROGS = cleanup \
0N/A refreserv_001_pos \
0N/A refreserv_002_pos \
0N/A refreserv_003_pos \
3215N/A refreserv_004_pos \
0N/A refreserv_005_pos \
0N/A setup
2086N/A
0N/AFILES = refreserv.cfg
0N/A
0N/ACMDS = $(PROGS:%=$(TESTDIR)/%) $(FILES:%=$(TESTDIR)/%)
1400N/A$(CMDS) := FILEMODE = 0555
1400N/A
2086N/Aall lint clean clobber:
2086N/A
1162N/Ainstall: $(CMDS)
1162N/A
1787N/A$(CMDS): $(TESTDIR)
0N/A
1162N/A$(TESTDIR):
0N/A $(INS.dir)
0N/A
1162N/A$(TESTDIR)/%: %.ksh
1162N/A $(INS.rename)
1162N/A
1162N/A$(TESTDIR)/%: %
1162N/A $(INS.file)
1162N/A