From ce86e15fd1f14db6d0af1400c1911e86afd79173 Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 10 Oct 1994 00:34:44 +0000 Subject: Merge term.h & nterm.h --- lib/ncurses/ncurses/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/ncurses') diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index edbac1a..93f51e1 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id$ +# $Id: Makefile,v 1.2 1994/10/09 09:27:53 ache Exp $ LIB= ncurses INCDIR= /usr/include @@ -20,7 +20,7 @@ CLEANFILES+= lib_keyname.c ${.CURDIR}/keys.tries beforedepend: ${.CURDIR}/keys.tries beforeinstall: - @cd ${.CURDIR}; for i in ncurses.h nterm.h unctrl.h termcap.h; do \ + @cd ${.CURDIR}; for i in ncurses.h unctrl.h termcap.h; do \ cmp -s $$i ${DESTDIR}${INCDIR}/$$i || \ $(INSTALL) $(COPY) -m 444 -o $(BINOWN) -g $(BINGRP) $$i ${DESTDIR}$(INCDIR); done -- cgit v1.1