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