1 1.3 mycroft # from: @(#)Makefile 5.12 (Berkeley) 8/23/92 2 1.2 mycroft # $Id: Makefile,v 1.3 1993/08/07 05:48:37 mycroft Exp $ 3 1.1 cgd 4 1.3 mycroft CFLAGS+=#-g -DDEBUG -DTFILE=\"/dev/ttyp0\" 5 1.3 mycroft CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} 6 1.1 cgd LIB= curses 7 1.1 cgd SRCS= addbytes.c addch.c addstr.c box.c clear.c clrtobot.c clrtoeol.c \ 8 1.3 mycroft cr_put.c curses.c delch.c deleteln.c delwin.c erase.c fullname.c \ 9 1.3 mycroft getch.c getstr.c id_subwins.c idlok.c initscr.c insch.c insertln.c \ 10 1.3 mycroft longname.c move.c mvwin.c newwin.c overlay.c overwrite.c printw.c \ 11 1.3 mycroft putchar.c refresh.c scanw.c scroll.c setterm.c standout.c \ 12 1.3 mycroft toucholap.c touchwin.c trace.c tstp.c tty.c unctrl.c 13 1.1 cgd MAN3= curses.0 14 1.1 cgd 15 1.1 cgd beforeinstall: 16 1.3 mycroft -cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h > \ 17 1.3 mycroft /dev/null 2>&1 || \ 18 1.1 cgd install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \ 19 1.1 cgd ${DESTDIR}/usr/include 20 1.1 cgd 21 1.1 cgd .include <bsd.lib.mk> 22