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