Makefile revision b6805bf78d2bbbeeaea8909a05623587b42d58b3
3952N/A#
3952N/A# CDDL HEADER START
3952N/A#
3952N/A# The contents of this file are subject to the terms of the
3952N/A# Common Development and Distribution License, Version 1.0 only
3952N/A# (the "License"). You may not use this file except in compliance
3952N/A# with the License.
3952N/A#
3952N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3952N/A# or http://www.opensolaris.org/os/licensing.
3952N/A# See the License for the specific language governing permissions
3952N/A# and limitations under the License.
3952N/A#
3952N/A# When distributing Covered Code, include this CDDL HEADER in each
3952N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3952N/A# If applicable, add the following below this CDDL HEADER, with the
3952N/A# fields enclosed by brackets "[]" replaced with your own identifying
3952N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3952N/A#
3952N/A# CDDL HEADER END
3952N/A#
3952N/A#
4495N/A# Copyright (c) 1989,1996 by Sun Microsystems, Inc.
5185N/A# All rights reserved.
5185N/A#
5185N/A
3952N/AFSTYPE= ufs
3952N/ALIBPROG= ff
3952N/AATTMK= $(LIBPROG)
3952N/A
4586N/Ainclude ../../Makefile.fstype
5185N/Ainclude ../Makefile.roll
3952N/A
3952N/AOBJS= $(LIBPROG).o $(ROLLOBJS)
3952N/ASRCS= $(LIBPROG).c $(ROLLSRCS)
3952N/A
3952N/A# No msg catalog here.
3952N/APOFILE=
3952N/A
3952N/ACPPFLAGS += -D_LARGEFILE64_SOURCE
3952N/A
3952N/ACERRWARN += -_gcc=-Wno-uninitialized
3952N/A
3952N/A$(LIBPROG): $(OBJS)
3952N/A $(LINK.c) -o $@ $(OBJS) $(LDLIBS)
3952N/A $(POST_PROCESS)
3952N/A
3952N/Aclean:
3952N/A $(RM) $(LIBPROG).o
3952N/A
4586N/Alint: lint_SRCS
4586N/A