From 2c1b951d310d1db271a8c35f9fcc5a31285bd41c Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 4 Dec 1994 02:43:41 +0000 Subject: termcap.h now belongs to system --- lib/libncurses/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libncurses') diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index b17b8b9..cddd29f 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.7 1994/11/29 02:48:17 ache Exp $ +# $Id: Makefile,v 1.8 1994/12/02 06:39:03 ache Exp $ LIB= ncurses SRCS= lib_kernel.c lib_pad.c lib_bkgd.c \ @@ -21,7 +21,7 @@ CLEANFILES+= lib_keyname.c keys.tries beforedepend: keys.tries beforeinstall: - @cd ${.CURDIR}; for i in unctrl.h termcap.h; do \ + @cd ${.CURDIR}; for i in unctrl.h; do \ cmp -s $$i ${DESTDIR}/usr/include/$$i || \ $(INSTALL) $(COPY) -m 444 -o $(BINOWN) -g $(BINGRP) $$i \ ${DESTDIR}/usr/include; done -- cgit v1.1