]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - fsr/Makefile
Revert "Merge branch 'xfsprogs-dev'"
[thirdparty/xfsprogs-dev.git] / fsr / Makefile
CommitLineData
c988ea91
CH
1#
2# Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
3#
4
5TOPDIR = ..
6include $(TOPDIR)/include/builddefs
7
8LTCOMMAND = xfs_fsr
9CFILES = xfs_fsr.c
10LLDLIBS = $(LIBHANDLE)
11
12default: $(LTCOMMAND)
13
14include $(BUILDRULES)
15
16install: default
9a5c6ff4
AE
17 $(INSTALL) -m 755 -d $(PKG_BIN_DIR)
18 $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_BIN_DIR)
c988ea91 19install-dev: