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