diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-10 00:34:44 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-10-10 00:34:44 +0000 |
| commit | 6ede20071aff3d54fa37a46d90a78682d9f3e7dd (patch) | |
| tree | 658a5f4d9059c80251f5296e8c227466a46c0b93 /lib/ncurses | |
| parent | af1f5928f10a096e2af737fd5e91bf7b9e217a68 (diff) | |
Notes
Diffstat (limited to 'lib/ncurses')
| -rw-r--r-- | lib/ncurses/ncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ncurses/ncurses/Makefile b/lib/ncurses/ncurses/Makefile index edbac1a5983a..93f51e13c142 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 |
