Makefile revision da6c28aaf62fa55f0fdb8004aa40f88f23bf53f0
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence#
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# CDDL HEADER START
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence#
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# The contents of this file are subject to the terms of the
ffdd3bc812a140fb0e3d5b6f0df0a4efbfe4b412Mark Andrews# Common Development and Distribution License (the "License").
ffdd3bc812a140fb0e3d5b6f0df0a4efbfe4b412Mark Andrews# You may not use this file except in compliance with the License.
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence#
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# or http://www.opensolaris.org/os/licensing.
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# See the License for the specific language governing permissions
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# and limitations under the License.
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence#
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# When distributing Covered Code, include this CDDL HEADER in each
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# If applicable, add the following below this CDDL HEADER, with the
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# fields enclosed by brackets "[]" replaced with your own identifying
99c9a716758b1c8dfd5cc1c7997073e620342f1dDavid Lawrence# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2007 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= smb_passwd.po
MSGFILES= smb_passwd.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