Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
8267b99c0d7a187abe6f87ad50530dc08f5d1cdcAndy Gimblett# CDDL HEADER START
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# The contents of this file are subject to the terms of the
97018cf5fa25b494adffd7e9b4e87320dae6bf47Christian Maeder# Common Development and Distribution License, Version 1.0 only
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# (the "License"). You may not use this file except in compliance
b4fbc96e05117839ca409f5f20f97b3ac872d1edTill Mossakowski# with the License.
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# or http://www.opensolaris.org/os/licensing.
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# See the License for the specific language governing permissions
8267b99c0d7a187abe6f87ad50530dc08f5d1cdcAndy Gimblett# and limitations under the License.
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# When distributing Covered Code, include this CDDL HEADER in each
fbb2d28086a1860850f661fbf4af531322bac405Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# If applicable, add the following below this CDDL HEADER, with the
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# fields enclosed by brackets "[]" replaced with your own identifying
a79fe3aad8743ea57e473ea5f66a723244cb9c0eMarkus Roggenbach# information: Portions Copyright [yyyy] [name of copyright owner]
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly# CDDL HEADER END
816c50f9135a598dfdcfb2af8a80390bc42a9b24Liam O'Reilly# Copyright (c) 2000-2001 by Sun Microsystems, Inc.
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly# All rights reserved.
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'Reilly#pragma ident "%Z%%M% %I% %E% SMI"
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'ReillyLDLIBS += -L$(SRC)/lib/libfruutils/$(MACH) -lfruutils
2f35e5f6757968746dbab385be21fcae52378a3fLiam O'ReillyLDLIBS += -L$(SRC)/lib/libfru/libfrureg/$(MACH) -lfrureg
8528886a04f14abe0ddf80f50c853cc25bc821cdAndy Gimblett# Redefine this such that libC is found.
b6e474220ddcf68a75ca3dc26093c5ac21e31747Christian MaederBUILDCCC.SO= $(LINK.cc) $(DYNFLAGS) -o $@ -G $(PICS) $(LDLIBS)