Makefile revision f808c858fa61e7769218966759510a8b1190dfcf
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews#
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews# CDDL HEADER START
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews#
09755f72700f2ea34254bc234e335322bda63434Evan Hunt# The contents of this file are subject to the terms of the
52f38b35e770252ee0488ef25e58f964359be0c0Evan Hunt# Common Development and Distribution License (the "License").
f2720d2436969ffac9e9fff547f23dd9f963af8cEvan Hunt# You may not use this file except in compliance with the License.
52f38b35e770252ee0488ef25e58f964359be0c0Evan Hunt#
52f38b35e770252ee0488ef25e58f964359be0c0Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a48e2d415530b77195229b272d422130b81dc53bEvan Hunt# or http://www.opensolaris.org/os/licensing.
52f38b35e770252ee0488ef25e58f964359be0c0Evan Hunt# See the License for the specific language governing permissions
d6080de9be23024f5f7a1e40d0cb06df94cdcb72Mark Andrews# and limitations under the License.
ad309e8dfa0601d6053aaa12770a98a6940f89deEvan Hunt#
d6080de9be23024f5f7a1e40d0cb06df94cdcb72Mark Andrews# 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 2006 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
# ident "%Z%%M% %I% %E% SMI"
#
include ../../Makefile.lib
TEXT_DOMAIN= SUNW_OST_SYSOSPAM
POFILE= unix_account.po
MSGFILES= unix_acct.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)
# need rule here
$(POFILE): $(MSGFILES)
$(BUILDPO.msgfiles)
_msg: $(MSGDOMAINPOFILE)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include $(SRC)/Makefile.msg.targ
include ../../Makefile.targ