xref: /illumos-gate/usr/src/test/util-tests/tests/svr4pkg/files/Makefile (revision aec0cbfb50629fbd4e80cf64ed4d22f1bb36a1f0)
1*aec0cbfbSToomas Soome#
2*aec0cbfbSToomas Soome# This file and its contents are supplied under the terms of the
3*aec0cbfbSToomas Soome# Common Development and Distribution License ("CDDL"), version 1.0.
4*aec0cbfbSToomas Soome# You may only use this file in accordance with the terms of version
5*aec0cbfbSToomas Soome# 1.0 of the CDDL.
6*aec0cbfbSToomas Soome#
7*aec0cbfbSToomas Soome# A full copy of the text of the CDDL should have accompanied this
8*aec0cbfbSToomas Soome# source.  A copy of the CDDL is also available via the Internet at
9*aec0cbfbSToomas Soome# http://www.illumos.org/license/CDDL.
10*aec0cbfbSToomas Soome#
11*aec0cbfbSToomas Soome
12*aec0cbfbSToomas Soome#
13*aec0cbfbSToomas Soome# Copyright (c) 2013 by Delphix. All rights reserved.
14*aec0cbfbSToomas Soome# Copyright 2014 Nexenta Systems, Inc. All rights reserved.
15*aec0cbfbSToomas Soome# Copyright 2020 Peter Tribble.
16*aec0cbfbSToomas Soome# Copyright 2020 Oxide Computer Company
17*aec0cbfbSToomas Soome#
18*aec0cbfbSToomas Soome
19*aec0cbfbSToomas Soomeinclude $(SRC)/cmd/Makefile.cmd
20*aec0cbfbSToomas Soome
21*aec0cbfbSToomas SoomeROOTOPTPKG = $(ROOT)/opt/util-tests
22*aec0cbfbSToomas SoomeTESTDIR = $(ROOTOPTPKG)/tests/files/svr4pkg
23*aec0cbfbSToomas Soome
24*aec0cbfbSToomas SoomeDIRS = data
25*aec0cbfbSToomas SoomeIDIRS = $(DIRS:%=$(TESTDIR)/%)
26*aec0cbfbSToomas Soome
27*aec0cbfbSToomas Soomeall clean clobber:
28*aec0cbfbSToomas Soome
29*aec0cbfbSToomas Soomeinstall: $(IDIRS)
30*aec0cbfbSToomas Soome
31*aec0cbfbSToomas Soome$(TESTDIR):
32*aec0cbfbSToomas Soome	$(INS.dir)
33*aec0cbfbSToomas Soome
34*aec0cbfbSToomas Soome$(TESTDIR)/%: %
35*aec0cbfbSToomas Soome	$(INS.dir)
36*aec0cbfbSToomas Soome
37*aec0cbfbSToomas SoomeSUBDIRS = data
38*aec0cbfbSToomas Soome
39*aec0cbfbSToomas Soomeinclude $(SRC)/test/Makefile.com
40