Print this page
5468 Missing dependencies in lib/Makefile

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/rexd/Makefile
          +++ new/usr/src/cmd/rexd/Makefile
↓ open down ↓ 14 lines elided ↑ open up ↑
  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  #
  22   22  # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
       25 +# Copyright 2015 RackTop Systems.
       26 +#
  25   27  
  26   28  PROG=           rpc.rexd on
  27   29  # where under
  28   30  #RPCGEN=                rpcgen
  29   31  REXDPROG=       rpc.rexd
  30   32  ONPROG  =       on
  31   33  
  32   34  MANIFEST=       rex.xml
  33   35  
  34   36  include ../Makefile.cmd
↓ open down ↓ 70 lines elided ↑ open up ↑
 105  107  
 106  108  lint:    lint_SRCS
 107  109  
 108  110  include ../Makefile.targ
 109  111  
 110  112  # derived source files and explicit dependencies
 111  113  
 112  114  #rex_xdr.o \
 113  115  #rex_svc.o \
 114  116  #rex_clnt.o:    rex.h rex.c
 115      -#       $(LINK.c) -c -o $@ rex.c
      117 +#       $(LINK.c) -c -o $@ rex.c $(LDLIBS)
 116  118  
 117  119  on.o:           rex.h
 118  120  
 119  121  rpc.rexd.o:             rex.h
 120  122  
 121  123  unix_login.o:   rex.h
 122  124  
 123  125  rex.o:          rex.h
 124  126  
 125  127  nfs_subr.o:     ../fs.d/nfs/lib/nfs_subr.c
 126  128          $(COMPILE.c)  ../fs.d/nfs/lib/nfs_subr.c
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX