diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 12:37:41 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 12:37:41 +0000 |
| commit | 97cefc5891cf8d2119c436257d6a8ac160048b60 (patch) | |
| tree | 0d864d80c6cc116ac4cc3bf3bf6595d73f701243 /lib/libncurses | |
| parent | 48cfb668fc9f2257b8955348b6c448f331db538c (diff) | |
Notes
Diffstat (limited to 'lib/libncurses')
| -rw-r--r-- | lib/libncurses/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libncurses/Makefile b/lib/libncurses/Makefile index 65f7a57ac551f..90fdfd799b3b5 100644 --- a/lib/libncurses/Makefile +++ b/lib/libncurses/Makefile @@ -1,5 +1,5 @@ # Makefile for ncurses -# $Id: Makefile,v 1.12 1995/05/03 18:54:09 ache Exp $ +# $Id: Makefile,v 1.13 1995/05/08 16:08:49 ache Exp $ LIB= ncurses SHLIB_MAJOR= 3 @@ -25,10 +25,10 @@ beforedepend: keys.tries beforeinstall: @cd ${.CURDIR}; for i in unctrl.h; do \ cmp -s $$i ${DESTDIR}/usr/include/$$i || \ - $(INSTALL) $(COPY) -m 444 -o $(BINOWN) -g $(BINGRP) $$i \ + $(INSTALL) -c -m 444 -o $(BINOWN) -g $(BINGRP) $$i \ ${DESTDIR}/usr/include; done @cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/ncurses.h || \ - $(INSTALL) $(COPY) -m 444 -o $(BINOWN) -g $(BINGRP) curses.h \ + $(INSTALL) -c -m 444 -o $(BINOWN) -g $(BINGRP) curses.h \ ${DESTDIR}/usr/include/ncurses.h keys.tries: ${.CURDIR}/keys.list ${.CURDIR}/MKkeys.awk |
