c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# CDDL HEADER START
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# The contents of this file are subject to the terms of the
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# Common Development and Distribution License (the "License").
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# You may not use this file except in compliance with the License.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# or http://www.opensolaris.org/os/licensing.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# See the License for the specific language governing permissions
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# and limitations under the License.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# When distributing Covered Code, include this CDDL HEADER in each
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# If applicable, add the following below this CDDL HEADER, with the
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# fields enclosed by brackets "[]" replaced with your own identifying
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# information: Portions Copyright [yyyy] [name of copyright owner]
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# CDDL HEADER END
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# Use is subject to license terms.
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson# ident "%Z%%M% %I% %E% SMI"
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson#
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson
c3a558e7c77127215b010652905be7916ec5a080Sue Gleesoninclude ../../Makefile.lib
c3a558e7c77127215b010652905be7916ec5a080Sue Gleeson
c3a558e7c77127215b010652905be7916ec5a080Sue GleesonTEXT_DOMAIN= SUNW_OST_SYSOSPAM
c3a558e7c77127215b010652905be7916ec5a080Sue GleesonPOFILE= authtok_get.po
c3a558e7c77127215b010652905be7916ec5a080Sue GleesonMSGFILES= authtok_get.c
SUBDIRS= $(MACH)
$(BUILD64)SUBDIRS += $(MACH64)
all := TARGET= all
clean := TARGET= clean
clobber := TARGET= clobber
install := TARGET= install
lint := TARGET= lint
.KEEP_STATE:
all clean clobber install lint: $(SUBDIRS)
_msg: $(MSGDOMAINPOFILE)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include $(SRC)/Makefile.msg.targ
include ../../Makefile.targ