X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=README.svr4;h=86942bbbe64c0b19883b8541aa3c960009f642b4;hp=e20fad512eec64079af8c48c04bc8bdcd4bf5b39;hb=7f8a61bc3f6f1135ebdef7e6288097ad157e0325;hpb=9fef1ef0ecdacfee01da72c0839b740d82ec4c83;ds=sidebyside diff --git a/README.svr4 b/README.svr4 index e20fad5..86942bb 100644 --- a/README.svr4 +++ b/README.svr4 @@ -12,12 +12,17 @@ kernel modules. ./configure make +If you wish to use gcc instead of cc, edit the svr4/Makedefs file and +uncomment the definition of CC. You can also change the options +passed to the C compiler by editing the COPTS definition. + 2. Install the programs and kernel modules: as root, do make install This installs pppd, chat and pppstats in /usr/local/bin and adds the -ppp STREAMS modules and driver to the system configuration. +ppp STREAMS modules and driver to the system configuration. You can +change the installation directories by editing svr4/Makedefs. 3. Rebuild your kernel (with /etc/conf/bin/idbuild) and reboot.