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