blob: 7186b9617d4d8176885e7e70729d4ed1ae6cc4c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
# Copyright 2015, Richard Lowe.
# Copyright 2019 Joyent, Inc.
set name=pkg.fmri value=pkg:/developer/build/make@$(PKGVERS)
set name=pkg.description value="Parallel make(1) build tool"
set name=pkg.summary value="Parallel make(1) build tool"
set name=info.classification \
value="org.opensolaris.category.2008:Development/Source Code Management"
set name=variant.arch value=$(ARCH)
dir path=usr/ccs
dir path=usr/ccs/bin
dir path=usr/ccs/lib
dir path=usr/lib/$(ARCH64)
dir path=usr/share
dir path=usr/share/lib
dir path=usr/share/lib/make
dir path=usr/share/man
dir path=usr/share/man/man1
dir path=usr/share/man/man1s
dir path=usr/xpg4
dir path=usr/xpg4/bin
file path=usr/bin/make mode=0555
file path=usr/lib/$(ARCH64)/libmakestate.so.1
file path=usr/lib/libmakestate.so.1
file path=usr/share/lib/make/make.rules
file path=usr/share/lib/make/svr4.make.rules
file path=usr/share/man/man1/make.1
file path=usr/share/man/man1/sysV-make.1
link path=usr/bin/dmake target=make
link path=usr/ccs/bin/make target=../../bin/make
link path=usr/ccs/lib/svr4.make target=../../bin/make
link path=usr/lib/svr4.make target=../bin/make
link path=usr/share/man/man1/dmake.1 target=make.1
link path=usr/share/man/man1s/dmake.1s target=../man1/make.1
link path=usr/share/man/man1s/make.1s target=../man1/make.1
link path=usr/xpg4/bin/make target=../../bin/make
|