1657a8c20SJan Friedel# 2657a8c20SJan Friedel# CDDL HEADER START 3657a8c20SJan Friedel# 4657a8c20SJan Friedel# The contents of this file are subject to the terms of the 5657a8c20SJan Friedel# Common Development and Distribution License (the "License"). 6657a8c20SJan Friedel# You may not use this file except in compliance with the License. 7657a8c20SJan Friedel# 8657a8c20SJan Friedel# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9657a8c20SJan Friedel# or http://www.opensolaris.org/os/licensing. 10657a8c20SJan Friedel# See the License for the specific language governing permissions 11657a8c20SJan Friedel# and limitations under the License. 12657a8c20SJan Friedel# 13657a8c20SJan Friedel# When distributing Covered Code, include this CDDL HEADER in each 14657a8c20SJan Friedel# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15657a8c20SJan Friedel# If applicable, add the following below this CDDL HEADER, with the 16657a8c20SJan Friedel# fields enclosed by brackets "[]" replaced with your own identifying 17657a8c20SJan Friedel# information: Portions Copyright [yyyy] [name of copyright owner] 18657a8c20SJan Friedel# 19657a8c20SJan Friedel# CDDL HEADER END 20657a8c20SJan Friedel# 21657a8c20SJan Friedel# 22657a8c20SJan Friedel# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23657a8c20SJan Friedel# Use is subject to license terms. 24657a8c20SJan Friedel# 25657a8c20SJan Friedel# 26657a8c20SJan Friedel 27657a8c20SJan Friedelinclude $(SRC)/lib/Makefile.lib 28657a8c20SJan Friedel 29657a8c20SJan FriedelSUBDIRS = $(MACH) 30657a8c20SJan Friedel 31657a8c20SJan FriedelTEXT_DOMAIN= SUNW_OST_OSCMD 32657a8c20SJan FriedelPOFILE= audit_remote.po 33657a8c20SJan FriedelMSGFILES= audit_remote.c transport.c 34657a8c20SJan Friedel 35657a8c20SJan Friedelall := TARGET= all 36657a8c20SJan Friedelclean := TARGET= clean 37657a8c20SJan Friedelclobber := TARGET= clobber 38657a8c20SJan Friedelinstall := TARGET= install 39657a8c20SJan Friedel 40657a8c20SJan Friedel.KEEP_STATE: 41657a8c20SJan Friedel 42*241c90a0SRichard Loweall clean clobber install: $(SUBDIRS) 43*241c90a0SRichard Lowe 44657a8c20SJan Friedel 45657a8c20SJan Friedel$(POFILE): $(MSGFILES) 46657a8c20SJan Friedel $(BUILDPO.msgfiles) 47657a8c20SJan Friedel 48657a8c20SJan Friedel_msg: $(MSGDOMAINPOFILE) 49657a8c20SJan Friedel 50657a8c20SJan Friedel 51657a8c20SJan Friedel$(SUBDIRS): FRC 52657a8c20SJan Friedel @cd $@; pwd; $(MAKE) $(TARGET) 53657a8c20SJan Friedel 54657a8c20SJan FriedelFRC: 55657a8c20SJan Friedel 56657a8c20SJan Friedelinclude $(SRC)/lib/Makefile.targ 57657a8c20SJan Friedelinclude $(SRC)/Makefile.msg.targ 58