head	1.3;
access;
symbols;
locks; strict;
comment	@# @;


1.3
date	2001.08.31.14.03.06;	author vandys;	state Exp;
branches;
next	1.2;

1.2
date	2001.08.30.16.44.37;	author vandys;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.29.10.31.25;	author vandys;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Re-build open.c
@
text
@COPTS=-g -Wall -DDEBUG
OBJS=main.o ioq.o open.o rw.o stat.o
OUT=pty
EXTRA_CLEAN=tst.o ptysh.o
EXTRA_CLOBBER=ptysh tst

include ../../makefile.all

pty: $(OBJS)
	rm -f pty
	$(LD) $(LDFLAGS) -o pty $(CRT0) $(OBJS) -lusr -lc

tst: tst.o
	rm -f tst
	$(CC) -o tst tst.o

ptysh: ptysh.o
	rm -f ptysh
	$(CC) -o ptysh ptysh.o

install: all
	strip pty
	cp pty $(ROOT)/boot
@


1.2
log
@Bringup of pty service.
@
text
@d4 2
@


1.1
log
@Initial check-in of pseudo-TTY support for VSTa
@
text
@d11 8
@

