summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/pppd/Makefile.sol2
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-01-13 18:38:22 +0000
committerThierry Vignaud <tv@mageia.org>2012-01-13 18:38:22 +0000
commita4220a32aa17b97eafef4b3c1fdfa870c692785e (patch)
tree4945c6a3444f6ae15a9a1c082643f27364d3ea54 /mdk-stage1/ppp/pppd/Makefile.sol2
parent2522c7a91d008ee569dd81713af1d13940cbf454 (diff)
downloaddrakx-a4220a32aa17b97eafef4b3c1fdfa870c692785e.tar
drakx-a4220a32aa17b97eafef4b3c1fdfa870c692785e.tar.gz
drakx-a4220a32aa17b97eafef4b3c1fdfa870c692785e.tar.bz2
drakx-a4220a32aa17b97eafef4b3c1fdfa870c692785e.tar.xz
drakx-a4220a32aa17b97eafef4b3c1fdfa870c692785e.zip
kill 10 years old snapshot of pppd & pppoe
(now using upstream pppd & pppoe)
Diffstat (limited to 'mdk-stage1/ppp/pppd/Makefile.sol2')
-rw-r--r--mdk-stage1/ppp/pppd/Makefile.sol248
1 files changed, 0 insertions, 48 deletions
diff --git a/mdk-stage1/ppp/pppd/Makefile.sol2 b/mdk-stage1/ppp/pppd/Makefile.sol2
deleted file mode 100644
index ead5685d7..000000000
--- a/mdk-stage1/ppp/pppd/Makefile.sol2
+++ /dev/null
@@ -1,48 +0,0 @@
-#
-# Makefile for pppd under Solaris 2.
-# $Id: Makefile.sol2 195720 2001-06-11 11:44:34Z gc $
-#
-
-include ../solaris/Makedefs
-
-COPTS += -xO2 -xspace -W0,-Lt
-CFLAGS = -I../include -DSVR4 -DSOL2 $(COPTS)
-LIBS = -lsocket -lnsl
-
-OBJS = main.o magic.o fsm.o lcp.o ipcp.o upap.o chap.o md5.o tty.o \
- ccp.o auth.o options.o demand.o utils.o sys-solaris.o tdb.o
-
-#
-# uncomment the following to enable plugins
-#
-CFLAGS += -DPLUGIN
-LIBS += -ldl
-
-#
-# Solaris 8 and above accomodates /var/run, so uncomment the
-# following to place pppd process IDs on that location
-#
-#CFLAGS += -D_PATH_VARRUN='"/var/run/"'
-
-#
-# uncomment the following to enable IPv6
-#
-# Solaris 8 and on includes support for IPv6
-#
-#CFLAGS += -DINET6
-#OBJS += ipv6cp.o eui64.o
-
-#
-# Make targets
-#
-all: pppd
-
-pppd: $(OBJS)
- $(CC) -o pppd $(OBJS) $(LIBS)
-
-install:
- $(INSTALL) -f $(BINDIR) -m 4755 -u root pppd
- $(INSTALL) -f $(MANDIR)/man8 -m 444 pppd.8
-
-clean:
- rm -f $(OBJS) pppd *~ core y.tab.c y.tab.h