Makefile revision 72b4c2cd5756cbce91ec4b298168685490456787
3a9c3ec5357b36fc34766cb8166168311af3562frbb# CDDL HEADER START
c10fe96ac7d024918e26af6c8ba5470273b75bb2jwoolley# The contents of this file are subject to the terms of the
01e8aca9299a0b872414c24c8b7724d6f88ae665ianh# Common Development and Distribution License (the "License").
01e8aca9299a0b872414c24c8b7724d6f88ae665ianh# You may not use this file except in compliance with the License.
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm# See the License for the specific language governing permissions
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm# and limitations under the License.
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe# When distributing Covered Code, include this CDDL HEADER in each
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f783dff0c8b69344a6b67e97f16b91f8b0790799dougm# If applicable, add the following below this CDDL HEADER, with the
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe# fields enclosed by brackets "[]" replaced with your own identifying
6362515725d2b6d66ac3b26531f8c53ac75f8c20wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron# CDDL HEADER END
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron# Use is subject to license terms.
98ae9b96926a3dd99b195d7628c7e527e720f6acaaron#ident "%Z%%M% %I% %E% SMI"
83ca150ef902e9692972aa923e893bc6406d20f1ianh# Message catalog
7a8a0744e378f2343c3ee6787fac0f8f959d2141brianpCFLAGS += -g -D_POSIX_PTHREAD_SEMANTICS -D MANUFACTURING_MODE=0
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe# Message catalog
f5ce2873c97c12a34d6b03d2771b9250b7bbfe55wrowe `($(GREP) -l gettext ../common/fwflash.c || echo /dev/null)`
21644b4d1b09d0531911a8c9a891819a261480f8minfrin $(LINK.c) -o $(PROG) $(OBJS) $(COMMON_OBJS) $(LDFLAGS) $(LDLIBS)