Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# CDDL HEADER START
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# The contents of this file are subject to the terms of the
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# Common Development and Distribution License, Version 1.0 only
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# (the "License"). You may not use this file except in compliance
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# with the License.
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# See the License for the specific language governing permissions
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# and limitations under the License.
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# When distributing Covered Code, include this CDDL HEADER in each
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# If applicable, add the following below this CDDL HEADER, with the
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# fields enclosed by brackets "[]" replaced with your own identifying
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# information: Portions Copyright [yyyy] [name of copyright owner]
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# CDDL HEADER END
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# Copyright (c) 2000-2001 by Sun Microsystems, Inc.
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# All rights reserved.
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest#pragma ident "%Z%%M% %I% %E% SMI"
9a9e9f9aa372dc00549820097d30655761b72893Jaco JoosteLDLIBS += -L$(SRC)/lib/libfruutils/$(MACH) -lfruutils
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew ForrestLDLIBS += -L$(SRC)/lib/libfru/libfrureg/$(MACH) -lfrureg
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew Forrest# Redefine this such that libC is found.
ec605f03252c4b0b84efac92c54b22d1b2ba3a6cAndrew ForrestBUILDCCC.SO= $(LINK.cc) $(DYNFLAGS) -o $@ -G $(PICS) $(LDLIBS)
$(ROOTLIBDIR):
$(INS.dir)