85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore#
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# CDDL HEADER START
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore#
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# The contents of this file are subject to the terms of the
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore# Common Development and Distribution License (the "License").
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# You may not use this file except in compliance with the License.
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore#
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# or http://www.opensolaris.org/os/licensing.
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# See the License for the specific language governing permissions
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore# and limitations under the License.
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore#
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# fields enclosed by brackets "[]" replaced with your own identifying
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski# information: Portions Copyright [yyyy] [name of copyright owner]
80c94ecd7a524eb933a4bb221a9618b9dc490e76Keith M Wesolowski#
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi# CDDL HEADER END
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi#
d14abf155341d55053c76eeec58b787a456b753bRobert Mustacchi#
82743679557cf8b7a5dd51eaa0015e0ca498ac37Garrett D'Amore# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
82743679557cf8b7a5dd51eaa0015e0ca498ac37Garrett D'Amore# Use is subject to license terms.
438b5f69eb4f998015cc0835f19f2f80663f2f53Jason King#
438b5f69eb4f998015cc0835f19f2f80663f2f53Jason King#
506aa7c68b127eefb0197e329af7e9abcc3ebc98Garrett D'Amore
506aa7c68b127eefb0197e329af7e9abcc3ebc98Garrett D'Amoreinclude ../Makefile.com
6750ebac18fffc872e3e2c643732f448b14f5195Richard Loweinclude $(SRC)/lib/Makefile.lib.64
e9a5ec5aa8a1a14de1b019c6bd73e0a33f920e49Gordon Ross
e9a5ec5aa8a1a14de1b019c6bd73e0a33f920e49Gordon RossLDLIBS += -L$(SRC)/lib/libfruutils/$(MACH64)
e9a5ec5aa8a1a14de1b019c6bd73e0a33f920e49Gordon RossLDLIBS += -L$(SRC)/lib/libfru/libfrureg/$(MACH64)
e9a5ec5aa8a1a14de1b019c6bd73e0a33f920e49Gordon RossLDLIBS += -L$(SRC)/lib/libfru/$(MACH64)
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'AmoreLDLIBS += -lc -lfru -lfruutils -lfrureg -lnvpair
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore.KEEP_STATE:
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amore
2ad72058bc680e30f084e9f9ba8ceb0f77386821Garrett D'Amoreall: $(ROOTLIBDIR64) $(LIBS) $(LIBLINKS)
6c1891ea28c10049521d8647a32ef85d9449a8cbGarrett D'Amore
6c1891ea28c10049521d8647a32ef85d9449a8cbGarrett D'Amore$(LIBLINKS): FRC
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore $(RM) $@; $(SYMLINK) $(DYNLIB) $@
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore
73f5adc7ee5816cee39ea31c7fa1fb37df74db28Kartik Mistry$(ROOTLIBDIR64):
506aa7c68b127eefb0197e329af7e9abcc3ebc98Garrett D'Amore $(INS.dir)
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amoreinstall: all $(ROOTLIBS64) $(ROOTLINKS64)
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'AmoreFRC:
85775b84e01eae365b73b9a6025799b5f738c2cfGarrett D'Amore