2035N/A#
2035N/A# CDDL HEADER START
2035N/A#
2035N/A# The contents of this file are subject to the terms of the
2035N/A# Common Development and Distribution License (the "License").
2035N/A# You may not use this file except in compliance with the License.
2035N/A#
2035N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2035N/A# or http://www.opensolaris.org/os/licensing.
2035N/A# See the License for the specific language governing permissions
2035N/A# and limitations under the License.
2035N/A#
2035N/A# When distributing Covered Code, include this CDDL HEADER in each
2035N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2035N/A# If applicable, add the following below this CDDL HEADER, with the
2035N/A# fields enclosed by brackets "[]" replaced with your own identifying
2035N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2035N/A#
2035N/A# CDDL HEADER END
2035N/A#
3998N/A#
3998N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
5403N/A# Use is subject to license terms.
2035N/A#
3817N/A#
3817N/A
3817N/Ainclude $(SRC)/lib/Makefile.lib
2035N/A
2035N/ASUBDIRS = $(MACH)
2035N/A
5403N/ATEXT_DOMAIN= SUNW_OST_OSCMD
2035N/APOFILE= audit_binfile.po
2035N/AMSGFILES= binfile.c
2035N/A
5403N/Aall := TARGET= all
2035N/Aclean := TARGET= clean
2035N/Aclobber := TARGET= clobber
2035N/Ainstall := TARGET= install
2035N/Alint := TARGET= lint
5403N/A
2818N/A.KEEP_STATE:
3817N/A
3817N/Aall clean clobber install lint: $(SUBDIRS)
3817N/A
2035N/A$(POFILE): $(MSGFILES)
2035N/A $(BUILDPO.msgfiles)
2035N/A
2035N/A_msg: $(MSGDOMAINPOFILE)
2035N/A
2035N/A
3998N/A$(SUBDIRS): FRC
2035N/A @cd $@; pwd; $(MAKE) $(TARGET)
2035N/A
6402N/AFRC:
2035N/A
2035N/Ainclude $(SRC)/lib/Makefile.targ
2035N/Ainclude $(SRC)/Makefile.msg.targ
2035N/A