17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
27 #
28
29 include ../Makefile.com
30
31 CONVLIBDIR= $(CONVLIBDIR64)
32
33 MISCOBJS= $(MISCOBJS64)
34
35 .KEEP_STATE:
36
37 include ../Makefile.targ.64
|
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
23 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 # Use is subject to license terms.
25 #
26 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
27 #
28
29 include ../Makefile.com
30
31 CONVLIBDIR= $(CONVLIBDIR64)
32
33 MISCOBJS= $(MISCOBJS64)
34
35 .KEEP_STATE:
36
37 install: all .WAIT $(ROOTFS_LIBS64) $(ROOTFS_LINKS64)
38
39 include ../Makefile.targ.64
|