From 1773e694f0dbb54dc5a5da0c14fc14360f47b5a4 Mon Sep 17 00:00:00 2001 From: chip Date: Sat, 26 Feb 2000 09:53:57 +0000 Subject: [PATCH] Install nhfsstone helper scripts and their man pages. --- utils/nhfsstone/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/utils/nhfsstone/Makefile b/utils/nhfsstone/Makefile index c2945d4..cb25627 100644 --- a/utils/nhfsstone/Makefile +++ b/utils/nhfsstone/Makefile @@ -2,8 +2,15 @@ # Makefile for nhfsstone # +SCRIPTS = nhfsrun nhfsnums nhfsgraph + PROGRAM = nhfsstone OBJS = nhfsstone.o -MAN8 = nhfsstone +MAN8 = nhfsstone $(SCRIPTS) include $(TOP)rules.mk + +install:: + for s in $(SCRIPTS); do \ + $(INSTALLBIN) $(PROGRAM) $(SBINDIR)/$(PREFIX)$k$$s; \ + done -- 2.39.2