diff options
author | ache <ache@FreeBSD.org> | 1994-12-04 02:43:41 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-04 02:43:41 +0000 |
commit | 2c1b951d310d1db271a8c35f9fcc5a31285bd41c (patch) | |
tree | bc832a2ba8ddfa17bb4a2d093513c709c3afcdcc /lib | |
parent | 7749e26c04356474ef84ba9ce582587bfd5caacf (diff) | |
download | FreeBSD-src-2c1b951d310d1db271a8c35f9fcc5a31285bd41c.zip FreeBSD-src-2c1b951d310d1db271a8c35f9fcc5a31285bd41c.tar.gz |
termcap.h now belongs to system
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libncurses/Makefile | 4 | ||||
-rw-r--r-- | lib/ncurses/ncurses/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
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 diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index b17b8b9..cddd29f 100644 --- a/lib/ncurses/ncurses/Makefile +++ b/lib/ncurses/ncurses/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 |