]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - rtcp/Makefile
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / rtcp / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ..
6 include $(TOPDIR)/include/builddefs
7
8 LTCOMMAND = xfs_rtcp
9 CFILES = xfs_rtcp.c
10 LLDFLAGS = -static
11
12 default: depend $(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:
20
21 -include .dep