Makefile revision f841f6ad96ea6675d6c6b35c749eaac601799fdf
893328ef6ff86d0ca27774778d84410353789fb0fielding# CDDL HEADER START
893328ef6ff86d0ca27774778d84410353789fb0fielding# The contents of this file are subject to the terms of the
0202d2114cc6d7042995100519cce45c808c153bnd# Common Development and Distribution License (the "License").
0202d2114cc6d7042995100519cce45c808c153bnd# You may not use this file except in compliance with the License.
893328ef6ff86d0ca27774778d84410353789fb0fielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
893328ef6ff86d0ca27774778d84410353789fb0fielding# See the License for the specific language governing permissions
0202d2114cc6d7042995100519cce45c808c153bnd# and limitations under the License.
0202d2114cc6d7042995100519cce45c808c153bnd# When distributing Covered Code, include this CDDL HEADER in each
0202d2114cc6d7042995100519cce45c808c153bnd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0202d2114cc6d7042995100519cce45c808c153bnd# If applicable, add the following below this CDDL HEADER, with the
893328ef6ff86d0ca27774778d84410353789fb0fielding# fields enclosed by brackets "[]" replaced with your own identifying
893328ef6ff86d0ca27774778d84410353789fb0fielding# information: Portions Copyright [yyyy] [name of copyright owner]
893328ef6ff86d0ca27774778d84410353789fb0fielding# CDDL HEADER END
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# Use is subject to license terms.
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz# ident "%Z%%M% %I% %E% SMI"
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz $(LINK.c) -zignore -o $@ $(DOBJ) $(OBJS) $(LDLIBS)
99d360dcbb5ac2be27694be74cc6124dbadf3315jerenkrantz $(RM) $(OBJS) $(TESTPROG) $(TESTOBJS) $(DOBJ) $(POFILE)