1
0
Files
irix-657m-src/irix/cmd/stress/Regression/scripts/Makefile
2022-09-29 17:59:04 +03:00

19 lines
256 B
Makefile

#
# Makefile for test scripts
#
OBJECTS = IO Ipc Istress Misc Mmap Pigs Vm X acceptance disks
all: $(OBJECTS)
$(OBJECTS): $$@.sh
cp $@.sh $@; chmod +x $@
install: all
/etc/install -F /usr/stress/scripts $(OBJECTS)
clean:
clobber:
rm -f $(OBJECTS)