003 File Manager
Current Path:
/usr/src/usr.bin/tip/tip
usr
/
src
/
usr.bin
/
tip
/
tip
/
📁
..
📄
Makefile
(1.91 KB)
📄
Makefile.depend
(273 B)
📄
acu.c
(5.22 KB)
📄
acutab.c
(3.1 KB)
📄
cmds.c
(19.67 KB)
📄
cmdtab.c
(2.9 KB)
📄
cu.1
(12.5 KB)
📄
cu.c
(4.9 KB)
📄
hunt.c
(3.17 KB)
📄
log.c
(2.78 KB)
📄
partab.c
(2.7 KB)
📄
pathnames.h
(1.97 KB)
📄
phones
(183 B)
📄
remote
(2.58 KB)
📄
remote.c
(6.08 KB)
📄
tip.1
(14.3 KB)
📄
tip.c
(13.21 KB)
📄
tip.h
(10.6 KB)
📄
tipout.c
(4.88 KB)
📄
uucplock.c
(3.88 KB)
📄
value.c
(7.07 KB)
📄
vars.c
(4.77 KB)
Editing: Makefile
# $OpenBSD: Makefile,v 1.11 2006/05/25 08:41:52 jmc Exp $ # $FreeBSD$ # # Files are: # /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 # 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: # DF02, DF03, DN11 ACU's supported # BIZ1031, BIZ1022, VENTEL, V831, V3451, HAYES, COURIER, T3000 # ACULOG turn on tip logging of ACU use # PRISTINE no phone #'s put in ACU log file # 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) CONFS= phones remote PROG= tip LINKS= ${BINDIR}/tip ${BINDIR}/cu MAN= tip.1 cu.1 CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE \ -DCONNECT -DV831 -DVENTEL -DHAYES -DCOURIER -DT3000 WARNS?= 2 .PATH: ${.CURDIR}/../libacu 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 # Don't rebuild based on remote.c remote: .MADE .include <bsd.prog.mk> # Dirty, rotten hack. This can be removed when we are confident that there # is no cu(1) with the schg-bit set. beforeinstall: .if exists(${DESTDIR}${BINDIR}/cu) -chflags noschg ${DESTDIR}${BINDIR}/cu .endif
Upload File
Create Folder