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