[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / window

File: [local] / src / usr.bin / window / Attic / Makefile (download)

Revision 1.2, Tue Dec 26 18:00:21 1995 UTC (28 years, 5 months ago) by deraadt
Branch: MAIN
Changes since 1.1: +1 -2 lines

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.

#	$NetBSD: Makefile,v 1.6 1995/12/21 05:24:49 mycroft Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/6/93

PROG=	window
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 \
	ttf100.c ttgeneric.c tth19.c tth29.c ttinit.c ttoutput.c tttermcap.c \
	tttvi925.c ttwyse60.c ttwyse75.c ttzapple.c ttzentec.c var.c win.c \
	wwadd.c wwalloc.c wwbox.c wwchild.c wwclose.c wwclreol.c wwclreos.c \
	wwcursor.c wwdata.c wwdelchar.c wwdelete.c wwdelline.c wwdump.c \
	wwend.c wwenviron.c wwerror.c wwflush.c wwframe.c wwgets.c wwinit.c \
	wwinschar.c wwinsline.c wwiomux.c wwlabel.c wwmisc.c wwmove.c \
	wwopen.c wwprintf.c wwpty.c wwputc.c wwputs.c wwredraw.c \
	wwredrawwin.c wwrint.c wwscroll.c wwsize.c wwspawn.c wwsuspend.c \
	wwterminfo.c wwtty.c wwunframe.c wwupdate.c wwwrite.c xx.c xxflush.c \
	compress.c
MAN=	window.1
DPADD=	${LIBTERMCAP}
LDADD=	-ltermcap

.include <bsd.prog.mk>