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