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/cmd-crypto/kmfcfg/Makefile
          +++ new/usr/src/cmd/cmd-crypto/kmfcfg/Makefile
↓ open down ↓ 43 lines elided ↑ open up ↑
  44   44  SRCS            = $(OBJS:%.o=%.c)
  45   45  
  46   46  POFILES         = $(OBJS:%.o=%.po)
  47   47  POFILE          = $(PROG)_msg.po
  48   48  MSGFILES        = $(SRCS:%.c=%.i)
  49   49  
  50   50  CPPFLAGS        += -I$(ADJUNCT_PROTO)/usr/include/libxml2 \
  51   51                  -I$(KMFDIR)/include -I.
  52   52  LDLIBS          += -L$(ROOT)/usr/lib -lkmf -lcryptoutil
  53   53  XMLLIB          = -lxml2
       54 +ADJUNCT_LIBS    = libxml2.so
  54   55  
  55   56  .KEEP_STATE:
  56   57  
  57   58  XMLDIR=         $(ROOT)/etc/security
  58   59  DTDDIR=         $(ROOT)/usr/share/lib/xml/dtd
  59   60  ROOTDTDS=       $(DTDDIR)/kmfpolicy.dtd
  60   61  ROOTXML=        $(XMLDIR)/kmfpolicy.xml
  61   62  
  62   63  $(ROOTDTDS) :=  FILEMODE = 444
  63   64  
↓ open down ↓ 25 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX