Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore#
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# CDDL HEADER START
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore#
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# The contents of this file are subject to the terms of the
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# Common Development and Distribution License, Version 1.0 only
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# (the "License"). You may not use this file except in compliance
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# with the License.
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore#
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# or http://www.opensolaris.org/os/licensing.
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# See the License for the specific language governing permissions
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# and limitations under the License.
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore#
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# When distributing Covered Code, include this CDDL HEADER in each
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# If applicable, add the following below this CDDL HEADER, with the
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# fields enclosed by brackets "[]" replaced with your own identifying
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# information: Portions Copyright [yyyy] [name of copyright owner]
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore#
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# CDDL HEADER END
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore#
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore#
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# Copyright (c) 1989,1996 by Sun Microsystems, Inc.
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore# All rights reserved.
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore#
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore
992413f4053d9470046876b234fe094062b730b7Garrett D'AmoreFSTYPE= ufs
992413f4053d9470046876b234fe094062b730b7Garrett D'AmoreLIBPROG= edquota
992413f4053d9470046876b234fe094062b730b7Garrett D'AmoreATTMK= $(LIBPROG)
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore
992413f4053d9470046876b234fe094062b730b7Garrett D'AmoreOTHERINSTALL= $(ROOTUSRSBIN)/$(LIBPROG)
992413f4053d9470046876b234fe094062b730b7Garrett D'AmoreLINKVALUE= ../lib/fs/$(FSTYPE)/$(LIBPROG)
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore
992413f4053d9470046876b234fe094062b730b7Garrett D'Amoreinclude ../../Makefile.fstype
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore
992413f4053d9470046876b234fe094062b730b7Garrett D'AmoreCPPFLAGS += -D_LARGEFILE64_SOURCE
992413f4053d9470046876b234fe094062b730b7Garrett D'AmoreCERRWARN += -_gcc=-Wno-parentheses
992413f4053d9470046876b234fe094062b730b7Garrett D'Amorelint: lint_PROG
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore$(ROOTUSRSBIN)/$(LIBPROG):
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore -$(RM) $@; $(SYMLINK) $(LINKVALUE) $@
992413f4053d9470046876b234fe094062b730b7Garrett D'Amore