usr/src/lib/pam_pkcs11/install-pampkcs11-64
changeset 86 7cec84c09a67
parent 85 2b1f0bf1e1e8
child 87 f1183b751617
--- a/usr/src/lib/pam_pkcs11/install-pampkcs11-64	Thu Jun 16 03:22:51 2011 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,47 +0,0 @@
-#!/bin/sh
-#
-# CDDL HEADER START
-#
-# The contents of this file are subject to the terms of the
-# Common Development and Distribution License (the "License").
-# You may not use this file except in compliance with the License.
-#
-# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-# or http://www.opensolaris.org/os/licensing.
-# See the License for the specific language governing permissions
-# and limitations under the License.
-#
-# When distributing Covered Code, include this CDDL HEADER in each
-# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-# If applicable, add the following below this CDDL HEADER, with the
-# fields enclosed by brackets "[]" replaced with your own identifying
-# information: Portions Copyright [yyyy] [name of copyright owner]
-#
-# CDDL HEADER END
-#
-#
-# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
-# Use is subject to license terms.
-#
-#ident  "@(#)install-pampkcs11-64 1.1     08/06/12 SMI"
-
-VERS=pam_pkcs11-0.6.0-64
-
-LIBDIR=${ROOT}/usr/lib/security/${MACH64}
-MAPUTILDIR=${ROOT}/usr/lib/pam_pkcs11/${MACH64}
-PKGDIR=${LIBDIR}/pkgconfig
-
-. ${SRC}/tools/install.subr
-
-# Install other files
-cd ${VERS}
-
-# Install lib
-_install D src/pam_pkcs11/.libs/pam_pkcs11.so ${LIBDIR}/pam_pkcs11.so 755
-
-# Install external mapper modules and utilities
-_install D src/mappers/.libs/ldap_mapper.so ${MAPUTILDIR}/ldap_mapper.so 755
-_install D src/mappers/.libs/opensc_mapper.so ${MAPUTILDIR}/opensc_mapper.so 755
-_install D src/mappers/.libs/openssh_mapper.so ${MAPUTILDIR}/openssh_mapper.so 755
-
-exit 0