[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/Makefile between version 1.1 and 1.2

version 1.1, 1995/10/18 08:46:13 version 1.2, 1996/03/27 19:32:55
Line 1 
Line 1 
   #       $OpenBSD$
   #       $NetBSD: Makefile,v 1.6 1996/02/28 21:03:49 thorpej Exp $
 #  #
 # Copyright (c) 1990 The Regents of the University of California.  # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.  # All rights reserved.
Line 31 
Line 33 
 # SUCH DAMAGE.  # SUCH DAMAGE.
 #  #
 #       from: @(#)Makefile      8.1 (Berkeley) 6/6/93  #       from: @(#)Makefile      8.1 (Berkeley) 6/6/93
 #       $Id$  
 #  #
   
 PROG=   telnet  PROG=   telnet
Line 39 
Line 40 
 CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -Dunix  CFLAGS+=-DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -Dunix
 CFLAGS+=-DENV_HACK  CFLAGS+=-DENV_HACK
 CFLAGS+=-I${.CURDIR}/../../lib  CFLAGS+=-I${.CURDIR}/../../lib
   LDADD+= -ltermcap -ltelnet
 LDADD=  -ltermcap -ltelnet  
 DPADD=  ${LIBTERMCAP}  DPADD=  ${LIBTERMCAP}
   
   
 SRCS=   authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \  SRCS=   authenc.c commands.c main.c network.c ring.c sys_bsd.c telnet.c \
         terminal.c tn3270.c utilities.c          terminal.c tn3270.c utilities.c

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2