]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - fsr/Makefile
update configure defaults
[thirdparty/xfsprogs-dev.git] / fsr / 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_fsr
9 CFILES = xfs_fsr.c
10 LLDLIBS = $(LIBHANDLE)
11
12 default: $(LTCOMMAND)
13
14 include $(BUILDRULES)
15
16 install: default
17 $(INSTALL) -m 755 -d $(PKG_SBIN_DIR)
18 $(LTINSTALL) -m 755 $(LTCOMMAND) $(PKG_SBIN_DIR)
19 install-dev: