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

12 lines
183 B
Makefile

include $(ROOT)/usr/include/make/commondefs
TARGETS=stat
LLDOPTS=-Wl,-I,$(ROOTRLDNAME)
default: $(TARGETS)
include $(COMMONRULES)
install: default
$(INSTALL) -F /sbin $(TARGETS)