X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/a821daa691dcafa0b76f2cbf0f47c5705c320b4a..220dbdabec2ef0eab1389759e8025a97506ff065:/usr/src/usr.bin/tip/Makefile diff --git a/usr/src/usr.bin/tip/Makefile b/usr/src/usr.bin/tip/Makefile index 3a3a8342ad..389825768f 100644 --- a/usr/src/usr.bin/tip/Makefile +++ b/usr/src/usr.bin/tip/Makefile @@ -1,4 +1,9 @@ -# Makefile 4.13 85/04/11 +# +# Copyright (c) 1983 Regents of the University of California. +# All rights reserved. The Berkeley software License Agreement +# specifies the terms and conditions for redistribution. +# +# @(#)Makefile 5.2 (Berkeley) %G% # # make file for intermachine communications package # @@ -12,6 +17,8 @@ # 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 @@ -19,7 +26,7 @@ # # Configuration defines: # DF02, DF03, DN11 ACU's supported -# BIZ1031, BIZ1022, VENTEL, V831, V3451 +# BIZ1031, BIZ1022, VENTEL, V831, V3451, HAYES, COURIER # ACULOG turn on tip logging of ACU use # PRISTINE no phone #'s put in ACU log file # CONNECT worthless command @@ -32,8 +39,8 @@ ADM= usr/adm OWNER= uucp GROUP= daemon -CONFIG= -DV831 -DVENTEL -DHAYES -CFLAGS= -O -DDEFBR=300 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE +CONFIG= -DV831 -DVENTEL -DHAYES -DCOURIER +CFLAGS= -O -DDEFBR=1200 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE LDFLAGS= OBJS= acu.o cmds.o cmdtab.o cu.o hunt.o \ log.o partab.o remote.o tip.o tipout.o value.o vars.o @@ -68,7 +75,7 @@ aculib/aculib.a: ${DRIVERS} cd aculib; make ${MFLAGS} install: tip - install -m 4711 -o ${OWNER} -g ${GROUP} tip ${DESTDIR}/usr/bin/tip + install -s -m 4711 -o ${OWNER} -g ${GROUP} tip ${DESTDIR}/usr/bin/tip rm -f ${DESTDIR}/usr/bin/cu ln ${DESTDIR}/usr/bin/tip ${DESTDIR}/usr/bin/cu # cp /dev/null ${DESTDIR}/${ADM}/aculog