Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
0c25a44aac24a452a41240c45d35320ce054427dEvan Hunt#
0c25a44aac24a452a41240c45d35320ce054427dEvan Hunt# CDDL HEADER START
0c25a44aac24a452a41240c45d35320ce054427dEvan Hunt#
8281fd83da005cdb114a4c784c847a7eec4bdc38Evan Hunt# The contents of this file are subject to the terms of the
8281fd83da005cdb114a4c784c847a7eec4bdc38Evan Hunt# Common Development and Distribution License, Version 1.0 only
8281fd83da005cdb114a4c784c847a7eec4bdc38Evan Hunt# (the "License"). You may not use this file except in compliance
146057d7e755d646283adfe5d813f756b0538095Mark Andrews# with the License.
146057d7e755d646283adfe5d813f756b0538095Mark Andrews#
146057d7e755d646283adfe5d813f756b0538095Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fe3472c80b76b6fed0ae674fd63471d02477a03aMark Andrews# or http://www.opensolaris.org/os/licensing.
fe3472c80b76b6fed0ae674fd63471d02477a03aMark Andrews# See the License for the specific language governing permissions
3975f627fe9c0d3aa02ed135070e3253357daad9Mark Andrews# and limitations under the License.
3975f627fe9c0d3aa02ed135070e3253357daad9Mark Andrews#
3975f627fe9c0d3aa02ed135070e3253357daad9Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
e2271ee953be1f0cde0cdebfdf498f81ea901d09Evan Hunt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e2271ee953be1f0cde0cdebfdf498f81ea901d09Evan Hunt# If applicable, add the following below this CDDL HEADER, with the
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt# fields enclosed by brackets "[]" replaced with your own identifying
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt# information: Portions Copyright [yyyy] [name of copyright owner]
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt#
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt# CDDL HEADER END
36e97eb661df71069df2d75f5fd3b5bb0dcf1efeMark Andrews#
36e97eb661df71069df2d75f5fd3b5bb0dcf1efeMark Andrews#
62a348b15dd552e12bfbe94111e14072f1c8f02eMark Andrews#ident "%Z%%M% %I% %E% SMI"
62a348b15dd552e12bfbe94111e14072f1c8f02eMark Andrews#
7b4b6f361b2fb2291c2019b377a9c0c8e80cfd6bMark Andrews# Copyright (c) 1989,1996 by Sun Microsystems, Inc.
7b4b6f361b2fb2291c2019b377a9c0c8e80cfd6bMark Andrews# All rights reserved.
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt#
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt# cmd/fs.d/ufs/repquota/Makefile
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan HuntFSTYPE= ufs
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan HuntLIBPROG= repquota
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan HuntATTMK= $(LIBPROG)
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan HuntOTHERINSTALL= $(ROOTUSRSBIN)/$(LIBPROG)
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan HuntLINKVALUE= ../lib/fs/$(FSTYPE)/$(LIBPROG)
c4352fb17ebb1cf29ccabdf1c4273a86f035f38bMark Andrews
cd22c3e4e4ff8ad6eb399155bd8df9330aa39547Mark Andrewsinclude ../../Makefile.fstype
cd22c3e4e4ff8ad6eb399155bd8df9330aa39547Mark Andrews
0148654d85b2818f9317b428a67701f4585c8243Scott MannCPPFLAGS += -D_LARGEFILE64_SOURCE
0148654d85b2818f9317b428a67701f4585c8243Scott Mannlint: lint_PROG
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann$(ROOTUSRSBIN)/$(LIBPROG):
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann -$(RM) $@; $(SYMLINK) $(LINKVALUE) $@
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann