summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorAdi Masputra <adi.masputra@sun.com>2000-04-18 23:51:29 +0000
committerAdi Masputra <adi.masputra@sun.com>2000-04-18 23:51:29 +0000
commitf9eac6e29b5137c46063855b3bfc253159c90c29 (patch)
treececff57292d63f00567d7d029b154fe943b09f0d /pppstats
parent56e6860d27306bcbe35b3a14f360d0f52b5940b5 (diff)
downloadppp-f9eac6e29b5137c46063855b3bfc253159c90c29.tar.gz
1) Created a subdirectory called 'solaris'. Currently it contains a replica
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.
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/Makefile.sol24
1 files changed, 2 insertions, 2 deletions
diff --git a/pppstats/Makefile.sol2 b/pppstats/Makefile.sol2
index be9a6d9..ace1a24 100644
--- a/pppstats/Makefile.sol2
+++ b/pppstats/Makefile.sol2
@@ -1,9 +1,9 @@
#
# pppstats Makefile for SVR4 systems
-# $Id: Makefile.sol2,v 1.8 1998/03/25 02:21:24 paulus Exp $
+# $Id: Makefile.sol2,v 1.9 2000/04/18 23:51:27 masputra Exp $
#
-include ../svr4/Makedefs
+include ../solaris/Makedefs
CFLAGS = -DSTREAMS -I../include $(COPTS)