K 10 svn:author V 3 ats K 8 svn:date V 27 1995-02-13T13:02:31.000000Z K 7 svn:log V 616 Add a "STRIP= " to the Makefile to prevent a problem that install will be called with a "-s" flag for shell-scripts, fells flat on the nose and doesn't install them. We have a serious problem with name overloading here. The bsd.port.mk file uses INSTALL and INSTALL_PROGRAM that is also used from GNU's autoconfigure script. If configure detects them it uses it happily with sometimes surprising results. Normally configure know that shell scripts doesn't need the "-s" flag but our INSTALL in bsd.port.mk always uses the "-s" flag and overides configure's autodetection of the correct install and the installflags. END