Makefile.crypt_modules revision 7c478bd95313f5f23a4c958a745db2134aa03244
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst# CDDL HEADER START
df97c0390f692b187eb9e45c9879a9679668acc2Eileen Bolloff# The contents of this file are subject to the terms of the
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# Common Development and Distribution License, Version 1.0 only
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst# (the "License"). You may not use this file except in compliance
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst# with the License.
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# or http://www.opensolaris.org/os/licensing.
b259caaf997a77772be96abeb9c403d01669b875Eugen Kuksa# See the License for the specific language governing permissions
b259caaf997a77772be96abeb9c403d01669b875Eugen Kuksa# and limitations under the License.
92c8f40524b3849c1964e357e13a4101b005c9acTimo Kohorst# When distributing Covered Code, include this CDDL HEADER in each
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# If applicable, add the following below this CDDL HEADER, with the
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# fields enclosed by brackets "[]" replaced with your own identifying
5b6f49391291b25c13e660ebdfcf80424cf941b2henning mueller# information: Portions Copyright [yyyy] [name of copyright owner]
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale# CDDL HEADER END
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale# Use is subject to license terms.
f0e9611d8ae43b50fb6cec75a79f1a1a9562f8e6Daniel Couto Vale# ident "%Z%%M% %I% %E% SMI"
b23869f9e7504049f5d28bbbc54d812c8ca36abbEugen Kuksa# Common build macros used by (most every) crypt module.
92c8f40524b3849c1964e357e13a4101b005c9acTimo KohorstLIBS= $(DYNLIB)
ROOTLIBDIR= $(ROOT)/usr/lib/security
ROOTLIBDIR64= $(ROOT)/usr/lib/security/$(MACH64)