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