mirror of
https://github.com/paulusmack/ppp.git
synced 2024-11-30 15:03:36 +08:00
f9eac6e29b
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.
17 lines
282 B
Plaintext
17 lines
282 B
Plaintext
#
|
|
# defines common to several Makefiles
|
|
#
|
|
|
|
INSTALL= /usr/sbin/install
|
|
|
|
BINDIR = /usr/local/bin
|
|
MANDIR = /usr/local/man
|
|
ETCDIR = /etc/ppp
|
|
|
|
COPTS = -O -Xa
|
|
|
|
# For compiling with gcc, comment out the COPTS definition above and
|
|
# uncomment the next 2 definitions.
|
|
#CC = gcc
|
|
#COPTS = -O2
|