On Thu, Apr 01, 2004 at 10:44:12PM -0800, Paul G. LeDuc wrote:
> Is there a way to restore the make binary from the install CD without having
> to re-install  the whole OS?  I have had a problem with qnu make and want to
> restore the base binary if possible.  Thank you for your assistance.

The base system's make is BSD make, not GNU make. One way to reinstall
the base system's make is to install the sources from the CD and then:

    # cd /usr/src/usr.bin/make
    # make
    # make install
    # make clean

-- 
Jonathan Chen <[EMAIL PROTECTED]>
----------------------------------------------------------------------
"If you wish your merit to be known, acknowledge that of other people"
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to