Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1116N/A#
1116N/A# CDDL HEADER START
1116N/A#
1116N/A# The contents of this file are subject to the terms of the
1116N/A# Common Development and Distribution License, Version 1.0 only
1116N/A# (the "License"). You may not use this file except in compliance
1116N/A# with the License.
1116N/A#
1116N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1116N/A# or http://www.opensolaris.org/os/licensing.
1116N/A# See the License for the specific language governing permissions
1116N/A# and limitations under the License.
1116N/A#
1116N/A# When distributing Covered Code, include this CDDL HEADER in each
1116N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1116N/A# If applicable, add the following below this CDDL HEADER, with the
1116N/A# fields enclosed by brackets "[]" replaced with your own identifying
1116N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1116N/A#
1116N/A# CDDL HEADER END
1116N/A#
1116N/A#
1116N/A# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
1116N/A# Use is subject to license terms.
1116N/A#
1116N/A# ident "%Z%%M% %I% %E% SMI"
1116N/A#
1116N/A# usr/src/lib/pam_modules/unix_cred/Makefile
1116N/A#
1116N/A
1116N/Ainclude ../../Makefile.lib
1116N/A
1116N/ATEXT_DOMAIN= SUNW_OST_SYSOSPAM
1116N/APOFILE= unix_cred.po
1116N/AMSGFILES= unix_cred.c
1116N/A
1116N/ASUBDIRS= $(MACH)
1116N/A$(BUILD64)SUBDIRS += $(MACH64)
1116N/A
1116N/Aall := TARGET= all
1124N/Aclean := TARGET= clean
1116N/Aclobber := TARGET= clobber
1116N/Ainstall := TARGET= install
1116N/Alint := TARGET= lint
1116N/A
1116N/A.KEEP_STATE:
1116N/A
1211N/Aall clean clobber install: spec .WAIT $(SUBDIRS)
1116N/A
1116N/Alint: $(SUBDIRS)
1116N/A
1116N/A_msg: $(MSGDOMAINPOFILE)
1116N/A
1116N/A$(SUBDIRS) spec: FRC
1116N/A @cd $@; pwd; $(MAKE) $(TARGET)
1116N/A
1116N/AFRC:
1116N/A
1116N/Ainclude $(SRC)/Makefile.msg.targ
1116N/Ainclude ../../Makefile.targ
1116N/A