summaryrefslogtreecommitdiffstats
path: root/lib/ncurses
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-10 00:34:44 +0000
committerache <ache@FreeBSD.org>1994-10-10 00:34:44 +0000
commitce86e15fd1f14db6d0af1400c1911e86afd79173 (patch)
tree658a5f4d9059c80251f5296e8c227466a46c0b93 /lib/ncurses
parent65559b8e063b4cc7fc002bda3929cf9ff26d7f74 (diff)
downloadFreeBSD-src-ce86e15fd1f14db6d0af1400c1911e86afd79173.zip
FreeBSD-src-ce86e15fd1f14db6d0af1400c1911e86afd79173.tar.gz
Merge term.h & nterm.h
Diffstat (limited to 'lib/ncurses')
-rw-r--r--lib/ncurses/ncurses/Makefile4
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud