Makefile revision 0201884ecc0b2e39fc351ea7e765eea56a7244a5
321N/A#
321N/A# This file and its contents are supplied under the terms of the
321N/A# Common Development and Distribution License ("CDDL"), version 1.0.
321N/A# You may only use this file in accordance with the terms of version
321N/A# 1.0 of the CDDL.
321N/A#
321N/A# A full copy of the text of the CDDL should have accompanied this
321N/A# source. A copy of the CDDL is also available via the Internet at
321N/A# http://www.illumos.org/license/CDDL.
321N/A#
321N/A
321N/A#
321N/A# Copyright (c) 2012 by Delphix. All rights reserved.
321N/A# Copyright 2014, OmniTI Computer Consulting, Inc. All rights reserved.
321N/A# Copyright 2016, Joyent, Inc.
321N/A#
321N/A
321N/Ainclude $(SRC)/Makefile.master
321N/A
321N/ASRCS = default.run
321N/A
321N/AROOTOPTPKG = $(ROOT)/opt/os-tests
321N/ARUNFILES = $(ROOTOPTPKG)/runfiles
321N/A
321N/ACMDS = $(SRCS:%=$(RUNFILES)/%)
321N/A$(CMDS) := FILEMODE = 0444
321N/A
321N/Aall: $(SRCS)
321N/A
321N/Ainstall: $(CMDS)
321N/A
321N/Aclean lint clobber:
321N/A
321N/A$(CMDS): $(RUNFILES) $(SRCS)
321N/A
321N/A$(RUNFILES):
321N/A $(INS.dir)
321N/A
321N/A$(RUNFILES)/%: %
321N/A $(INS.file)
321N/A