move 32-bit libs to lib/i386 subdirs & 64-bit libs to lib/
[unleashed.git] / usr / src / pkg / manifests / developer-build-make.mf
blobee82deb0ddf4ca3bbf4f20b765a1746b6d78caa3
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
12 # Copyright 2015, Richard Lowe.
14 set name=pkg.fmri value=pkg:/developer/build/make@$(PKGVERS)
15 set name=pkg.description value="Parallel dmake(1) build tool"
16 set name=pkg.summary value="Parallel dmake(1) build tool"
17 set name=info.classification \
18     value="org.opensolaris.category.2008:Development/Source Code Management"
19 set name=variant.arch value=$(ARCH)
20 dir path=usr/share/lib/make
21 dir path=usr/share/man/man1
22 file path=usr/bin/dmake mode=0555
23 file path=usr/lib/$(ARCH32)/libmakestate.so.1
24 file path=usr/lib/libmakestate.so.1
25 file path=usr/share/lib/make/make.rules
26 file path=usr/share/lib/make/svr4.make.rules
27 file path=usr/share/man/man1/dmake.1
28 file path=usr/share/man/man1/sysV-make.1
29 link path=usr/lib/svr4.make target=../bin/make
30 depend fmri=pkg:/developer/build/bmake type=require