Print this page
XXXX update sendmail to 8.14.9

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sendmail/aux/Makefile
          +++ new/usr/src/cmd/sendmail/aux/Makefile
↓ open down ↓ 12 lines elided ↑ open up ↑
  13   13  # When distributing Covered Code, include this CDDL HEADER in each
  14   14  # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
       23 +# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
  23   24  #
  24   25  
  25   26  # cmd/sendmail/aux/Makefile
  26   27  #
  27   28  include         ../../Makefile.cmd
  28   29  include         ../Makefile.cmd
  29   30  
  30   31  PROG=           mailstats mconnect vacation mailcompat praliases
  31   32  
  32   33  LIBPROG=        mail.local smrsh
↓ open down ↓ 77 lines elided ↑ open up ↑
 110  111  mailstats:      mailstats.o ../libsmutil/libsmutil.a ../libsm/libsm.a
 111  112          $(LINK.c) mailstats.o -o $@ $(LDLIBS) ../libsmutil/libsmutil.a \
 112  113                  ../libsm/libsm.a
 113  114          $(POST_PROCESS)
 114  115  
 115  116  install: all $(ROOTPROG) $(ROOTLIB)/mail.local $(ROOTLIB)/smrsh \
 116  117          $(ROOTLIBSMTPSM)/mailq $(ROOTUSRSBIN)/makemap \
 117  118          $(ROOTUSRSBIN)/etrn $(ROOTUSRSBIN)/editmap
 118  119  
 119  120  clean:
 120      -        $(RM) $(OBJS) *.o
      121 +        $(RM) $(PROG) $(LIBPROG) $(USRSBINPROG) $(LIBSMTPSMPROG) $(OBJS) *.o
 121  122  
 122  123  lint:           lint_PROG
 123  124  
 124  125  
 125  126  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX