Print this page
Wrapper for in.iked to preload libRLike.so
        
*** 20,33 ****
  #
  
  #
  # Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
  #
  
  SUBDIRS=        bridged ilbd in.chargend in.daytimed \
!                 in.discardd in.echod in.mpathd in.ndpd \
                  in.ripngd in.timed inetd mdnsd ncaconfd pppoe \
                  slpd vrrpd wanboot wpad
  
  MSGSUBDIRS=     ilbd inetd ncaconfd vrrpd wanboot
  
--- 20,34 ----
  #
  
  #
  # Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.
  # Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ # Copyright 2016, OmniTI Computer Consulting, Inc. All rights reserved.
  #
  
  SUBDIRS=        bridged ilbd in.chargend in.daytimed \
!                 in.discardd in.echod in.iked in.mpathd in.ndpd \
                  in.ripngd in.timed inetd mdnsd ncaconfd pppoe \
                  slpd vrrpd wanboot wpad
  
  MSGSUBDIRS=     ilbd inetd ncaconfd vrrpd wanboot
  
*** 48,61 ****
  .KEEP_STATE:
  
  all clean clobber lint: $(SUBDIRS)
  
  install: $(SUBDIRS)
-         -$(RM) $(ROOTLIBINET)/in.iked
-         -$(LN) $(ISAEXEC) $(ROOTLIBINET)/in.iked
  
- 
  _msg: $(MSGSUBDIRS)
  
  $(SUBDIRS): FRC
          @cd $@; pwd; $(MAKE) $(MFLAGS) $(TARGET)
  
--- 49,59 ----