[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.11 and 1.12

version 1.11, 2006/05/25 08:41:52 version 1.12, 2010/06/29 16:41:56
Line 2 
Line 2 
 #  #
 # Files are:  # Files are:
 #       /etc/remote             remote host description file  #       /etc/remote             remote host description file
 #       /etc/phones             phone number file, owned by ${OWNER} and  
 #                               mode 6??  
 #       /var/log/aculog         ACU accounting file, owned by ${OWNER} and  #       /var/log/aculog         ACU accounting file, owned by ${OWNER} and
 #                               mode 6?? {if ACULOG defined}  #                               mode 6?? {if ACULOG defined}
 # Presently supports:  
 #       BIZCOMP  
 #       DEC DF02-AC, DF03-AC  
 #       DEC DN-11/Able Quadracall  
 #       HAYES and Hayes emulators  
 #       USR COURIER (2400 baud)  
 #       VENTEL 212+  
 #       VADIC 831 RS232 adaptor  
 #       VADIC 3451  
 #       TELEBIT T3000  
 #  #
 # Configuration defines:  # Configuration defines:
 #       DF02, DF03, DN11        ACU's supported  
 #         BIZ1031, BIZ1022, VENTEL, V831, V3451, HAYES, COURIER, T3000  
 #       ACULOG                  turn on tip logging of ACU use  #       ACULOG                  turn on tip logging of ACU use
 #       PRISTINE                no phone #'s put in ACU log file  
 #       CONNECT                 worthless command  #       CONNECT                 worthless command
 #       DEFBR                   default baud rate to make connection at  #       DEFBR                   default baud rate to make connection at
 #       DEFFS                   default frame size for FTP buffering of  #       DEFFS                   default frame size for FTP buffering of
Line 33 
Line 18 
 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 -DPRISTINE \  CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DCONNECT
         -DCONNECT -DV831 -DVENTEL -DHAYES -DCOURIER -DT3000  SRCS=   cmds.c cmdtab.c cu.c hunt.c log.c partab.c remote.c tip.c \
 .PATH:  ${.CURDIR}/aculib          tipout.c uucplock.c value.c vars.c
 SRCS=   acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \  
         remote.c tip.c tipout.c uucplock.c value.c vars.c \  
         biz22.c courier.c df.c dn11.c hayes.c t3000.c v3451.c v831.c ventel.c  
   
 # -- acutab is configuration dependent, and so depends on the Makefile  
 # -- remote.o depends on the Makefile because of DEFBR and DEFFS  
 # -- log.o depends on the Makefile because of ACULOG  
 acutab.o log.o remote.o: Makefile  
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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