1*4847Smj162486# 2*4847Smj162486# CDDL HEADER START 3*4847Smj162486# 4*4847Smj162486# The contents of this file are subject to the terms of the 5*4847Smj162486# Common Development and Distribution License (the "License"). 6*4847Smj162486# You may not use this file except in compliance with the License. 7*4847Smj162486# 8*4847Smj162486# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*4847Smj162486# or http://www.opensolaris.org/os/licensing. 10*4847Smj162486# See the License for the specific language governing permissions 11*4847Smj162486# and limitations under the License. 12*4847Smj162486# 13*4847Smj162486# When distributing Covered Code, include this CDDL HEADER in each 14*4847Smj162486# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*4847Smj162486# If applicable, add the following below this CDDL HEADER, with the 16*4847Smj162486# fields enclosed by brackets "[]" replaced with your own identifying 17*4847Smj162486# information: Portions Copyright [yyyy] [name of copyright owner] 18*4847Smj162486# 19*4847Smj162486# CDDL HEADER END 20*4847Smj162486# 21*4847Smj162486# 22*4847Smj162486# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*4847Smj162486# Use is subject to license terms. 24*4847Smj162486# 25*4847Smj162486# ident "%Z%%M% %I% %E% SMI" 26*4847Smj162486# 27*4847Smj162486 28*4847Smj162486include ../../Makefile.lib 29*4847Smj162486 30*4847Smj162486TEXT_DOMAIN= SUNW_OST_SYSOSPAM 31*4847Smj162486POFILE= list.po 32*4847Smj162486MSGFILES= list.c 33*4847Smj162486SUBDIRS= $(MACH) 34*4847Smj162486$(BUILD64)SUBDIRS += $(MACH64) 35*4847Smj162486 36*4847Smj162486all := TARGET= all 37*4847Smj162486clean := TARGET= clean 38*4847Smj162486clobber := TARGET= clobber 39*4847Smj162486install := TARGET= install 40*4847Smj162486lint := TARGET= lint 41*4847Smj162486 42*4847Smj162486.KEEP_STATE: 43*4847Smj162486 44*4847Smj162486all clean clobber install lint: $(SUBDIRS) 45*4847Smj162486 46*4847Smj162486_msg: $(MSGDOMAINPOFILE) 47*4847Smj162486 48*4847Smj162486$(SUBDIRS): FRC 49*4847Smj162486 @cd $@; pwd; $(MAKE) $(TARGET) 50*4847Smj162486 51*4847Smj162486FRC: 52*4847Smj162486 53*4847Smj162486include $(SRC)/Makefile.msg.targ 54*4847Smj162486include ../../Makefile.targ 55