11694Sdarrenm# 21694Sdarrenm# CDDL HEADER START 31694Sdarrenm# 41694Sdarrenm# The contents of this file are subject to the terms of the 51694Sdarrenm# Common Development and Distribution License (the "License"). 61694Sdarrenm# You may not use this file except in compliance with the License. 71694Sdarrenm# 81694Sdarrenm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 91694Sdarrenm# or http://www.opensolaris.org/os/licensing. 101694Sdarrenm# See the License for the specific language governing permissions 111694Sdarrenm# and limitations under the License. 121694Sdarrenm# 131694Sdarrenm# When distributing Covered Code, include this CDDL HEADER in each 141694Sdarrenm# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 151694Sdarrenm# If applicable, add the following below this CDDL HEADER, with the 161694Sdarrenm# fields enclosed by brackets "[]" replaced with your own identifying 171694Sdarrenm# information: Portions Copyright [yyyy] [name of copyright owner] 181694Sdarrenm# 191694Sdarrenm# CDDL HEADER END 201694Sdarrenm# 21*12719SRod.Evans@Sun.COM# 22*12719SRod.Evans@Sun.COM# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. 231694Sdarrenm# 24*12719SRod.Evans@Sun.COM 25*12719SRod.Evans@Sun.COMLIBRARY = libmd.a 26*12719SRod.Evans@Sun.COMVERS = .1 27*12719SRod.Evans@Sun.COM 28*12719SRod.Evans@Sun.COMOBJECTS = md4.o md5.o sha1.o sha2.o 29*12719SRod.Evans@Sun.COM 30*12719SRod.Evans@Sun.COMinclude $(SRC)/lib/Makefile.lib 31*12719SRod.Evans@Sun.COMinclude $(SRC)/lib/Makefile.rootfs 32*12719SRod.Evans@Sun.COMinclude ../Makefile.com 331694Sdarrenm 34*12719SRod.Evans@Sun.COM# Symbol capabilities objects are added for sun4u and sun4v. 35*12719SRod.Evans@Sun.COMEXTPICS = ../capabilities/sun4u/sparc/pics/symcap.o \ 36*12719SRod.Evans@Sun.COM ../capabilities/sun4v/sparc/pics/symcap.o 371694Sdarrenm 38*12719SRod.Evans@Sun.COM.KEEP_STATE: 391694Sdarrenm 40*12719SRod.Evans@Sun.COMall: $(LIBS) 41*12719SRod.Evans@Sun.COM 42*12719SRod.Evans@Sun.COMinstall: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT) 431694Sdarrenm 44*12719SRod.Evans@Sun.COMlint: lintcheck 45*12719SRod.Evans@Sun.COM 46*12719SRod.Evans@Sun.COMinclude ../Makefile.targ 47