From 94b7d211a6fde09efe1d36ceb1f1a106c1528f3b Mon Sep 17 00:00:00 2001 From: Gregory Minshall Date: Mon, 16 May 1988 03:31:15 -0800 Subject: [PATCH] Recover telnet.ext, which several .c files include. Use telnet/telprog.o, SCCS-vsn: usr.bin/tn3270/makefile 3.5 --- usr/src/usr.bin/tn3270/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/src/usr.bin/tn3270/makefile b/usr/src/usr.bin/tn3270/makefile index 310c6bbaef..879043526d 100644 --- a/usr/src/usr.bin/tn3270/makefile +++ b/usr/src/usr.bin/tn3270/makefile @@ -9,7 +9,7 @@ # software without specific prior written permission. This software # is provided ``as is'' without express or implied warranty. # -# @(#)makefile 3.4 (Berkeley) %G% +# @(#)makefile 3.5 (Berkeley) %G% # # Makefile for tn3270 and friends... @@ -120,7 +120,7 @@ LIBTERM = -ltermlib #PC_LIBTERM = # The source files... -ALLH = +ALLH = telnet.ext MSMAIN = ascii/mset.c @@ -162,8 +162,8 @@ FRC: for i in ${SUBDIR}; \ do (cd $$i; make ${MFLAGS} "CFLAGS=${CFLAGS}"); done -tn3270$X: telnet/telnet ${SUBLIB} api/apilib.a - ${CC} ${CFLAGS} -o tn3270 telnet/telnet \ +tn3270$X: telnet/telprog.o ${SUBLIB} api/apilib.a + ${CC} ${CFLAGS} -o tn3270 telnet/telprog.o \ $L ${SUBLIB} api/apilib.a $(LIBCURSES) $(LIBTERM) #PC_tn3270$X: -- 2.20.1