]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - estimate/Makefile
xfsprogs: simplify internal includes
[thirdparty/xfsprogs-dev.git] / estimate / Makefile
1 #
2 # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 LTCOMMAND = xfs_estimate
9 CFILES = xfs_estimate.c
10
11 default: depend $(LTCOMMAND)
12
13 include $(BUILDRULES)
14
15 install: default
16 $(INSTALL) -m 755 -d $(PKG_SBIN_DIR)
17 $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_SBIN_DIR)
18 install-dev:
19
20 -include .dep