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