diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-26 18:00:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-26 18:00:42 +0000 |
commit | b5ac7add8214b5b1d3a3557e63ece819dd1e7c56 (patch) | |
tree | 4f840a357fe1ddb27d0a850af958636843ab0179 /usr.bin/window/Makefile | |
parent | bc349e2e6d187585cab3ce4d8d434fc87cced2a0 (diff) |
from netbsd:
Use POSIX signals. Always set FNONBLOCK on the tty.
Eliminate the use of SIGIO, and some other cleanup.
We don't need non-blocking mode without SIGIO.
Diffstat (limited to 'usr.bin/window/Makefile')
-rw-r--r-- | usr.bin/window/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/window/Makefile b/usr.bin/window/Makefile index aed25c5d122..f86f4180f05 100644 --- a/usr.bin/window/Makefile +++ b/usr.bin/window/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1995/09/28 10:33:55 tls Exp $ +# $NetBSD: Makefile,v 1.6 1995/12/21 05:24:49 mycroft Exp $ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= window -CFLAGS+= -DVMIN_BUG SRCS= char.c cmd.c cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c cmd7.c \ context.c error.c lcmd.c lcmd1.c lcmd2.c main.c mloop.c parser1.c \ parser2.c parser3.c parser4.c parser5.c scanner.c startup.c string.c \ |