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

Diff for /src/usr.bin/tip/Attic/Makefile between version 1.12 and 1.13

version 1.12, 2010/06/29 16:41:56 version 1.13, 2010/06/29 16:44:38
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #  
 # Files are:  
 #       /etc/remote             remote host description file  
 #       /var/log/aculog         ACU accounting file, owned by ${OWNER} and  
 #                               mode 6?? {if ACULOG defined}  
 #  
 # Configuration defines:  
 #       ACULOG                  turn on tip logging of ACU use  
 #       CONNECT                 worthless command  
 #       DEFBR                   default baud rate to make connection at  
 #       DEFFS                   default frame size for FTP buffering of  
 #                               writes on local side  
 #       BUFSIZ                  buffer sizing from stdio, must be fed  
 #                               explicitly to remcap.c if not 1024  
 #       CONNECT                 enable ~C command (connect pgm to remote)  
   
 PROG=   tip  PROG=   tip
 LINKS=  ${BINDIR}/tip ${BINDIR}/cu  LINKS=  ${BINDIR}/tip ${BINDIR}/cu
 MAN=    tip.1 cu.1  MAN=    tip.1 cu.1
 CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DCONNECT  CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ
 SRCS=   cmds.c cmdtab.c cu.c hunt.c log.c partab.c remote.c tip.c \  SRCS=   cmds.c cmdtab.c cu.c hunt.c log.c partab.c remote.c tip.c \
         tipout.c uucplock.c value.c vars.c          tipout.c uucplock.c value.c vars.c
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13