[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / xfs-cmds / xfsdump / include

File: [Development] / xfs-cmds / xfsdump / include / Makefile (download)

Revision 1.11, Tue Nov 29 21:38:43 2005 UTC (11 years, 10 months ago) by wkendall
Branch: MAIN
Changes since 1.10: +1 -1 lines

Change xfsdump to dump project quotas in addition to user and group
quotas. Remove xfsdump's xfsdq/xfsrq commands and instead make use of
xfs_quota's dump and restore quota commands. Bumped the required
xfsprogs version in the debian and rpm package builds to ensure
that xfs_quota will exist.

#
# Copyright (c) 2000-2002 Silicon Graphics, Inc.  All Rights Reserved.
#

TOPDIR = ..
include $(TOPDIR)/include/builddefs

LSRCFILES = builddefs.in buildmacros buildrules config.h.in

default install install-dev :

include $(BUILDRULES)