Makefile revision 1.13
11.9Scgd# @(#)Makefile 8.2 (Berkeley) 1/2/94 21.1Scgd 31.4ScgdCFLAGS+=#-DTFILE=\"/dev/ttyp0\" 41.3SmycroftCFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} 51.1ScgdLIB= curses 61.4ScgdSRCS= addbytes.c addch.c addnstr.c box.c clear.c clrtobot.c clrtoeol.c \ 71.4Scgd cr_put.c ctrace.c cur_hash.c curses.c delch.c deleteln.c delwin.c \ 81.4Scgd erase.c fullname.c getch.c getstr.c id_subwins.c idlok.c initscr.c \ 91.4Scgd insch.c insertln.c longname.c move.c mvwin.c newwin.c overlay.c \ 101.4Scgd overwrite.c printw.c putchar.c refresh.c scanw.c scroll.c setterm.c \ 111.4Scgd standout.c toucholap.c touchwin.c tscroll.c tstp.c tty.c unctrl.c 121.10ScgdMAN= curses.3 131.13SchristosINCS=curses.h 141.13SchristosINCSDIR=/usr/include 151.7Scgd 161.8Scgd.if make(install) 171.7ScgdSUBDIR+= PSD.doc 181.7Scgd.endif 191.1Scgd 201.1Scgd.include <bsd.lib.mk> 21