Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/smbsrv/smbstat/Makefile
          +++ new/usr/src/cmd/smbsrv/smbstat/Makefile
↓ open down ↓ 24 lines elided ↑ open up ↑
  25   25  PROG=   smbstat
  26   26  SRCS=   smbstat.c
  27   27  
  28   28  include ../../Makefile.cmd
  29   29  
  30   30  OBJS=   $(SRCS:%.c=%.o)
  31   31  
  32   32  include ../Makefile.smbsrv.defs
  33   33  
  34   34  LDLIBS += -lkstat -lm -lumem
       35 +
  35   36  include ../Makefile.smbsrv.targ
  36   37  include ../../Makefile.targ
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX