1
0
Files
irix-657m-src/eoe/cmd/numa/noderun/Makefile
2022-09-29 17:59:04 +03:00

19 lines
267 B
Makefile

#ident "$Revision: 1.2 $"
include $(ROOT)/usr/include/make/commondefs
SHFILES=noderun.sh
TARGETS= noderun
default: $(TARGETS)
noderun: noderun.sh
cp noderun.sh noderun
chmod +x noderun
include $(COMMONRULES)
install: default
${INSTALL} -F /usr/sbin noderun