Description: Fix options to GNU install 1. Don't strip :-) 2. -f => -t Index: b/usr/src/uts/Makefile.uts =================================================================== --- a/usr/src/uts/Makefile.uts 2014-03-01 22:54:02.033070673 +0400 +++ b/usr/src/uts/Makefile.uts 2014-03-01 22:54:21.102532095 +0400 @@ -307,7 +307,7 @@ INS.conffile= \ - $(RM) $@; $(INS) -s -m $(CFILEMODE) -f $(@D) $(SRC_CONFFILE) + $(RM) $@; $(INS) -m $(CFILEMODE) -t $(@D) $(SRC_CONFFILE) # # The CTF merge of child kernel modules is performed against one of the genunix