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

16 lines
322 B
Makefile

#ident "$Revision: 1.2 $"
include $(ROOT)/usr/include/make/commondefs
TARGETS= suattr
LLDOPTS=-Wl,-I,$(ROOTRLDNAME) -Wl,-woff,85
LCOPTS=-fullwarn -ignore_unresolved -D_SHAREII
DFL = "config(suggest)"
default: $(TARGETS)
include $(COMMONRULES)
install: default
$(INSTALL) -u root -g sys -m 555 -F /sbin $(TARGETS)