diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 12:24:38 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-08-06 12:24:38 +0000 |
| commit | 48cfb668fc9f2257b8955348b6c448f331db538c (patch) | |
| tree | 654fdd1b68d3f3b66fa5852885ab296a298270bf /lib/libcurses/Makefile | |
| parent | d63abe4172ac583e5d2cf2086fe66a44c747b126 (diff) | |
Notes
Diffstat (limited to 'lib/libcurses/Makefile')
| -rw-r--r-- | lib/libcurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/Makefile b/lib/libcurses/Makefile index 26e9a145e9caf..902e59d862d5d 100644 --- a/lib/libcurses/Makefile +++ b/lib/libcurses/Makefile @@ -1,5 +1,5 @@ # From: @(#)Makefile 8.2 (Berkeley) 1/2/94 -# $Id: Makefile,v 1.4 1994/10/12 01:57:56 ache Exp $ +# $Id: Makefile,v 1.5 1995/03/19 21:47:42 nate Exp $ CFLAGS+=#-DTFILE=\"/dev/ttyp0\" CFLAGS+=-D_CURSES_PRIVATE -I${.CURDIR} @@ -16,7 +16,7 @@ MAN3= curses.3 beforeinstall: -cd ${.CURDIR}; cmp -s curses.h ${DESTDIR}/usr/include/curses.h || \ - install -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \ + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 curses.h \ ${DESTDIR}/usr/include .include <bsd.lib.mk> |
