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

18 lines
260 B
Makefile

#
# Makefile for attrinit
#
#ident "$Revision: 1.1 $"
include $(ROOT)/usr/include/make/commondefs
LLDOPTS=-Wl,-I,$(ROOTRLDNAME)
LCOPTS=-fullwarn
TARGETS= attrinit
default: $(TARGETS)
include $(COMMONRULES)
install: default
$(INSTALL) -F /sbin $(TARGETS)