summaryrefslogtreecommitdiff
path: root/solaris/Makefile.sol2-64
Commit message (Collapse)AuthorAgeFilesLines
* Cut down on spam from Solaris ppp kernel bits: unknown DLPI primitivesJames Carlson2004-11-151-1/+3
| | | | | (as encountered on Solaris 10) aren't errors, and need to flush out any queued up (undecoded) data on the read side after pushing ppp_ahdlc.
* Made path to 'ld' explicit when building kernel modules. This avoidsJames Carlson2003-03-311-4/+5
| | | | | trouble with systems that have GNU ld installed and on the path before the normal /usr/ccs/bin/ld that comes with the system.
* 1) Created a subdirectory called 'solaris'. Currently it contains a replicaAdi Masputra2000-04-181-0/+85
of the 'svr4' directory. However, over time, files in this directory will contain the same code as the kernel-portion of pppd in future releases of Solaris, hence they most probably will change in contents and/or sub-structure. 2) Changed the 'configure' script to not create symbolic link Makefiles when the OS is SunOS 4.x. Under 'SunOS' category, only SunOS 5.x (or Solaris 2.x) is currently enabled. 3) Changed the rest of the utilities + pppd daemon Makefile.sol2 to point to the solaris/Makedefs instead of the one in svr4 directory.