Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
120N/A#
120N/A# CDDL HEADER START
120N/A#
120N/A# The contents of this file are subject to the terms of the
120N/A# Common Development and Distribution License (the "License").
120N/A# You may not use this file except in compliance with the License.
120N/A#
120N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
120N/A# or http://www.opensolaris.org/os/licensing.
120N/A# See the License for the specific language governing permissions
120N/A# and limitations under the License.
120N/A#
120N/A# When distributing Covered Code, include this CDDL HEADER in each
120N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
120N/A# If applicable, add the following below this CDDL HEADER, with the
120N/A# fields enclosed by brackets "[]" replaced with your own identifying
120N/A# information: Portions Copyright [yyyy] [name of copyright owner]
120N/A#
120N/A# CDDL HEADER END
120N/A#
120N/A#
120N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
120N/A# Use is subject to license terms.
120N/A#
120N/A
120N/APROG= rusage
120N/A
120N/Ainclude ../Makefile.ucbcmd
120N/A
120N/AINC1 = $(SRC)/ucbhead
120N/A
120N/AFILEMODE= 755
120N/A
120N/ALDLIBS += -L$(ROOT)/usr/ucblib -R /usr/ucblib -lucb
120N/A
120N/ACPPFLAGS = -I$(INC1) $(CPPFLAGS.master)
120N/ACERRWARN += -_gcc=-Wno-implicit-function-declaration
120N/A
486N/A.KEEP_STATE:
486N/A
120N/Aall: $(PROG)
120N/A
120N/A$(PROG): $(PROG).c
120N/A $(LINK.c) -o $@ $(PROG).c $(LDLIBS)
181N/A $(POST_PROCESS)
120N/A
120N/Ainstall: all $(ROOTPROG)
181N/A
120N/Aclean:
181N/A
181N/Alint: lint_PROG
181N/A
120N/Ainclude ../Makefile.ucbtarg
120N/A
120N/A