]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - estimate/Makefile
xfs_scrub: separate media error reporting for attribute forks
[thirdparty/xfsprogs-dev.git] / estimate / Makefile
CommitLineData
959ef981 1# SPDX-License-Identifier: GPL-2.0
5e656dbb
BN
2# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
3#
4
5TOPDIR = ..
6include $(TOPDIR)/include/builddefs
7
8LTCOMMAND = xfs_estimate
9CFILES = xfs_estimate.c
10
d9320881 11default: depend $(LTCOMMAND)
5e656dbb
BN
12
13include $(BUILDRULES)
14
15install: default
595e27db
CH
16 $(INSTALL) -m 755 -d $(PKG_SBIN_DIR)
17 $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_SBIN_DIR)
5e656dbb 18install-dev:
d9320881
DC
19
20-include .dep