Searched refs:MAILOBJS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mail/
H A DMakefile36 CLEANFILES= $(MAILOBJS)
38 MAILOBJS= add_recip.o cat.o ckdlivopts.o \ macro
52 MAILSRC= $(MAILOBJS:%.o=%.c)
105 .PARALLEL: $(MAILOBJS) $(OBJS)
109 mail: $(MAILOBJS)
110 $(LINK.c) -o $@ $(MAILOBJS) $(LDLIBS)
124 $(RM) $(OBJS) $(MAILOBJS)
127 $(RM) $(OBJS) $(MAILOBJS) mail

Completed in 43 milliseconds