projects
/
nfs-utils.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix typo.
[nfs-utils.git]
/
utils
/
nhfsstone
/
Makefile
diff --git
a/utils/nhfsstone/Makefile
b/utils/nhfsstone/Makefile
index
d73d85a
..
55a09ee
100644
(file)
--- a/
utils/nhfsstone/Makefile
+++ b/
utils/nhfsstone/Makefile
@@
-2,7
+2,15
@@
# Makefile for nhfsstone
#
# Makefile for nhfsstone
#
+SCRIPTS = nhfsrun nhfsnums nhfsgraph
+
PROGRAM = nhfsstone
OBJS = nhfsstone.o
PROGRAM = nhfsstone
OBJS = nhfsstone.o
+MAN8 = nhfsstone $(SCRIPTS)
include $(TOP)rules.mk
include $(TOP)rules.mk
+
+install::
+ for s in $(SCRIPTS); do \
+ $(INSTALLBIN) $$s $(SBINDIR)/$(PREFIX)$k$$s; \
+ done