Makefile revision 38603a2034ae521f26661b0a6239028a83026614
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# CDDL HEADER START
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# The contents of this file are subject to the terms of the
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Common Development and Distribution License (the "License").
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# You may not use this file except in compliance with the License.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# or http://www.opensolaris.org/os/licensing.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# See the License for the specific language governing permissions
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# and limitations under the License.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# When distributing Covered Code, include this CDDL HEADER in each
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# If applicable, add the following below this CDDL HEADER, with the
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# CDDL HEADER END
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# Use is subject to license terms.
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync# lib/pam_modules/Makefile
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync#
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncinclude $(SRC)/Makefile.master
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncSUBDIRS = \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync allow \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync authtok_get \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync authtok_check \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync authtok_store \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync deny \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync dhkeys \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync dial_auth \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync krb5 \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync krb5_migrate \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync ldap \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync list \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync passwd_auth \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync rhosts_auth \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync roles \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync sample \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync smb \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync smbfs \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync tsol_acct \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync unix_auth \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync unix_account \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync unix_cred \
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync unix_session
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncall := TARGET= all
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsynccatalog := TARGET= _msg
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncclean := TARGET= clean
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncclobber := TARGET= clobber
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncinstall := TARGET= install
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsynclint := TARGET= lint
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync_msg := TARGET= _msg
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync.KEEP_STATE:
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncall clean clobber install lint _msg: $(SUBDIRS)
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync$(SUBDIRS): FRC
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync @cd $@; pwd; $(MAKE) $(TARGET)
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsyncFRC:
a5e7ae69e440f6816420fc99599f044e79e716b6vboxsync