From 50b0e6ce97291d2f55622b534877f88908715908 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 18 Mar 1998 18:53:00 +0000 Subject: Split patch-aa into patches for the individual *_26_* files that are patched. Forgotten by: steve --- net/ztelnet/files/patch-ai | 48 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 net/ztelnet/files/patch-ai (limited to 'net/ztelnet/files/patch-ai') diff --git a/net/ztelnet/files/patch-ai b/net/ztelnet/files/patch-ai new file mode 100644 index 000000000000..b64a95cc4789 --- /dev/null +++ b/net/ztelnet/files/patch-ai @@ -0,0 +1,48 @@ +diff -uNr ../ztelnet/telnet/Makefile.generic ./telnet/Makefile.generic +--- ../ztelnet/telnet/Makefile.generic Wed Sep 20 19:42:39 1995 ++++ ./telnet/Makefile.generic Wed Dec 3 08:58:33 1997 +@@ -19,28 +19,22 @@ + # @(#)Makefile.generic 5.5 (Berkeley) 3/1/91 + # + +-INCLUDES= -I.. +- +-ifeq (linux,${LINUX}) +-ARPA_TELNET= ../arpa/tel-lnx.h +-CFLAGS= ${LCCFLAGS} ${INCLUDES} ${DEFINES} +-else +-ARPA_TELNET= ../arpa/telnet.h +-CFLAGS= -O ${INCLUDES} ${DEFINES} +-endif ++INCLUDES= -I.. ++ARPA_TELNET= ../arpa/telnet.h + + SRCS= commands.c main.c network.c ring.c \ + sys_bsd.c telnet.c terminal.c \ + utilities.c ${GETOPT_SRC} + ++CFLAGS= -O2 ${INCLUDES} ${DEFINES} + + ALLHC= ${SRCS} \ + defines.h externs.h fdset.h general.h \ + ring.h types.h + + OBJS= authenc.o commands.o main.o network.o ring.o sys_bsd.o \ +- telnet.o terminal.o utilities.o ${GETOPT_OBJ} \ +- ../zmodem/rz.o ../zmodem/sz.o ++ telnet.o terminal.o utilities.o ${GETOPT_OBJ} ++ + MAN= telnet.0 + + # +@@ -73,8 +67,8 @@ + mkdep ${CFLAGS} `make clist` + + install: ${MAN} FRC +- install -s -o bin -g bin -m 755 telnet ${LIBEXEC} +- install -c -o bin -g bin -m 444 telnet.0 ${DEST}/man/cat1 ++ install -s -o bin -g bin -m 755 telnet ${DEST} ++ install -c -o bin -g bin -m 444 telnet.0 ${DESTDIR}/usr/man/cat1 + + lint: FRC ${SRCS} + lint ${CFLAGS} `make clist` -- cgit v1.2.3