1*10188SJan.Friedel@Sun.COM# 2*10188SJan.Friedel@Sun.COM# CDDL HEADER START 3*10188SJan.Friedel@Sun.COM# 4*10188SJan.Friedel@Sun.COM# The contents of this file are subject to the terms of the 5*10188SJan.Friedel@Sun.COM# Common Development and Distribution License (the "License"). 6*10188SJan.Friedel@Sun.COM# You may not use this file except in compliance with the License. 7*10188SJan.Friedel@Sun.COM# 8*10188SJan.Friedel@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*10188SJan.Friedel@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*10188SJan.Friedel@Sun.COM# See the License for the specific language governing permissions 11*10188SJan.Friedel@Sun.COM# and limitations under the License. 12*10188SJan.Friedel@Sun.COM# 13*10188SJan.Friedel@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*10188SJan.Friedel@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*10188SJan.Friedel@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*10188SJan.Friedel@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*10188SJan.Friedel@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*10188SJan.Friedel@Sun.COM# 19*10188SJan.Friedel@Sun.COM# CDDL HEADER END 20*10188SJan.Friedel@Sun.COM# 21*10188SJan.Friedel@Sun.COM# 22*10188SJan.Friedel@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*10188SJan.Friedel@Sun.COM# Use is subject to license terms. 24*10188SJan.Friedel@Sun.COM# 25*10188SJan.Friedel@Sun.COM# 26*10188SJan.Friedel@Sun.COM 27*10188SJan.Friedel@Sun.COMinclude $(SRC)/lib/Makefile.lib 28*10188SJan.Friedel@Sun.COM 29*10188SJan.Friedel@Sun.COMSUBDIRS = $(MACH) 30*10188SJan.Friedel@Sun.COM 31*10188SJan.Friedel@Sun.COMTEXT_DOMAIN= SUNW_OST_OSCMD 32*10188SJan.Friedel@Sun.COMPOFILE= audit_remote.po 33*10188SJan.Friedel@Sun.COMMSGFILES= audit_remote.c transport.c 34*10188SJan.Friedel@Sun.COM 35*10188SJan.Friedel@Sun.COMall := TARGET= all 36*10188SJan.Friedel@Sun.COMclean := TARGET= clean 37*10188SJan.Friedel@Sun.COMclobber := TARGET= clobber 38*10188SJan.Friedel@Sun.COMinstall := TARGET= install 39*10188SJan.Friedel@Sun.COMlint := TARGET= lint 40*10188SJan.Friedel@Sun.COM 41*10188SJan.Friedel@Sun.COM.KEEP_STATE: 42*10188SJan.Friedel@Sun.COM 43*10188SJan.Friedel@Sun.COMall clean clobber install lint: $(SUBDIRS) 44*10188SJan.Friedel@Sun.COM 45*10188SJan.Friedel@Sun.COM$(POFILE): $(MSGFILES) 46*10188SJan.Friedel@Sun.COM $(BUILDPO.msgfiles) 47*10188SJan.Friedel@Sun.COM 48*10188SJan.Friedel@Sun.COM_msg: $(MSGDOMAINPOFILE) 49*10188SJan.Friedel@Sun.COM 50*10188SJan.Friedel@Sun.COM 51*10188SJan.Friedel@Sun.COM$(SUBDIRS): FRC 52*10188SJan.Friedel@Sun.COM @cd $@; pwd; $(MAKE) $(TARGET) 53*10188SJan.Friedel@Sun.COM 54*10188SJan.Friedel@Sun.COMFRC: 55*10188SJan.Friedel@Sun.COM 56*10188SJan.Friedel@Sun.COMinclude $(SRC)/lib/Makefile.targ 57*10188SJan.Friedel@Sun.COMinclude $(SRC)/Makefile.msg.targ 58