1 3938 jbeck # 2 3938 jbeck # CDDL HEADER START 3 3938 jbeck # 4 3938 jbeck # The contents of this file are subject to the terms of the 5 3938 jbeck # Common Development and Distribution License (the "License"). 6 3938 jbeck # You may not use this file except in compliance with the License. 7 3938 jbeck # 8 3938 jbeck # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9 3938 jbeck # or http://www.opensolaris.org/os/licensing. 10 3938 jbeck # See the License for the specific language governing permissions 11 3938 jbeck # and limitations under the License. 12 3938 jbeck # 13 3938 jbeck # When distributing Covered Code, include this CDDL HEADER in each 14 3938 jbeck # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15 3938 jbeck # If applicable, add the following below this CDDL HEADER, with the 16 3938 jbeck # fields enclosed by brackets "[]" replaced with your own identifying 17 3938 jbeck # information: Portions Copyright [yyyy] [name of copyright owner] 18 3938 jbeck # 19 3938 jbeck # CDDL HEADER END 20 3938 jbeck # 21 3938 jbeck # 22 3938 jbeck #ident "%Z%%M% %I% %E% SMI" 23 3938 jbeck # 24 3938 jbeck # Copyright 2007 Sun Microsystems, Inc. All rights reserved. 25 3938 jbeck # Use is subject to license terms. 26 3938 jbeck # 27 3938 jbeck 28 3938 jbeck _msg:= TARGET= _msg 29 3938 jbeck 30 3938 jbeck _msg: $(MSGSUBDIRS) .WAIT $(POFILE) 31 3938 jbeck 32 3938 jbeck $(POFILE): $(POFILES) 33 3938 jbeck $(RM) $(POFILE) 34 3938 jbeck $(CAT) $(POFILES) > $(POFILE) 35