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

18 lines
408 B
Makefile

# install Mail control & help files on clover
# "$Revision: 1.4 $
include $(ROOT)/usr/include/make/commondefs
HELPFILES = Mail.help Mail.Thelp Mail.rc
INST = $(INSTALL) -F /usr/lib -m 444
default all: $(HELPFILES)
include $(COMMONRULES)
install: all
$(INST) -idb "std.sw.unix config(suggest)" "Mail.rc"
$(INST) -idb "std.sw.unix" "Mail.help"
$(INST) -idb "std.sw.unix" -src Mail.Thelp "Mail.help.~"