Makefile revision 1e49577a7fcde812700ded04431b49d67cc57d6d
351N/A#
351N/A# CDDL HEADER START
351N/A#
351N/A# The contents of this file are subject to the terms of the
351N/A# Common Development and Distribution License (the "License").
351N/A# You may not use this file except in compliance with the License.
351N/A#
351N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
351N/A# or http://www.opensolaris.org/os/licensing.
351N/A# See the License for the specific language governing permissions
351N/A# and limitations under the License.
351N/A#
351N/A# When distributing Covered Code, include this CDDL HEADER in each
351N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
351N/A# If applicable, add the following below this CDDL HEADER, with the
351N/A# fields enclosed by brackets "[]" replaced with your own identifying
351N/A# information: Portions Copyright [yyyy] [name of copyright owner]
351N/A#
351N/A# CDDL HEADER END
351N/A#
351N/A
351N/A#
351N/A# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
351N/A#
351N/A
351N/ALIBRARY = libmd.a
351N/AVERS = .1
351N/A
351N/AOBJECTS = md4.o md5.o sha1.o sha2.o
351N/A
351N/Ainclude $(SRC)/lib/Makefile.lib
351N/Ainclude $(SRC)/lib/Makefile.rootfs
354N/Ainclude ../Makefile.com
351N/A
351N/A.KEEP_STATE:
351N/A
351N/Aall: $(LIBS)
351N/A
351N/Ainstall: all $(ROOTLIBS) $(ROOTLINKS) $(ROOTLINT)
351N/A
351N/Alint: lintcheck
351N/A
354N/Ainclude ../Makefile.targ
354N/A