summaryrefslogtreecommitdiffstats
path: root/utils/nhfsstone/Makefile
blob: d96d3160257c4ef56f761c676fb694a288191e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Makefile for nhfsstone
#

SCRIPTS	= nhfsrun nhfsnums nhfsgraph

PROGRAM	= nhfsstone
OBJS	= nhfsstone.o
MAN8	= nhfsstone $(SCRIPTS)

include $(TOP)rules.mk

install::
	for s in $(SCRIPTS); do \
	    $(INSTALLSCRIPT) $$s $(SBINDIR)/$(PREFIX)$k$$s; \
	done