head     1.1;
branch   ;
access   ;
symbols  ;
locks    ;
comment  @# @;


1.1
date     92.03.11.08.12.18;  author bin;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@# Makefile for Berkeley type script command

script:		recorder.o server.o tty_mode.o tty_raw.o getpseudotty.o
	cc -o $@@ $<
	strip script

getpseudotty.o:	getpseudotty.c

recorder.o:	recorder.c

server.o:	server.c

tty_mode:	tty_mode.c

tty_raw.o:	tty_raw.c
@
