826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# This file and its contents are supplied under the terms of the
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# You may only use this file in accordance with the terms of version
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# 1.0 of the CDDL.
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# http://www.illumos.org/license/CDDL.
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved.
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore# Copyright 2014 Garrett D'Amore <garrett@damore.org>
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore#
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amoreinclude $(SRC)/cmd/Makefile.cmd
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amoreinclude $(SRC)/test/Makefile.com
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'AmorePROG = xargs_test
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'AmoreROOTOPTPKG = $(ROOT)/opt/util-tests
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'AmoreTESTDIR = $(ROOTOPTPKG)/tests
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'AmoreCMDS = $(PROG:%=$(TESTDIR)/%)
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore$(CMDS) := FILEMODE = 0555
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amoreall lint clean clobber:
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amoreinstall: all $(CMDS)
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore$(CMDS): $(TESTDIR) $(PROG).ksh
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore$(TESTDIR):
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore $(INS.dir)
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore$(TESTDIR)/%: %.ksh
826ac02a0def83e0a41b29321470d299c7389aabGarrett D'Amore $(INS.rename)