Print this page
Wrapper for in.iked to preload libRLike.so
        
@@ -20,14 +20,15 @@
 #
 
 #
 # 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.mpathd in.ndpd \
+                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,14 +49,11 @@
 .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)