diff options
| author | Wolfram Schneider <wosch@FreeBSD.org> | 1998-01-04 10:42:29 +0000 |
|---|---|---|
| committer | Wolfram Schneider <wosch@FreeBSD.org> | 1998-01-04 10:42:29 +0000 |
| commit | 195940cc1ed79c489a926e465fa9cf8f8aaa60c1 (patch) | |
| tree | cf4f1d1b39b3a8c91f6eb181c77c3e566734cc88 | |
| parent | 57392071e802c1e5f232f81b2f41161a6cc35c31 (diff) | |
Notes
| -rw-r--r-- | share/termcap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/termcap/Makefile b/share/termcap/Makefile index 7d1bcc4b8a6a..86bdd742a8a5 100644 --- a/share/termcap/Makefile +++ b/share/termcap/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 6/8/93 -# $Id$ +# $Id: Makefile,v 1.10 1998/01/03 14:13:48 wosch Exp $ # reorder gives an editor command for most common terminals # (in reverse order from n'th to 1'st most commonly used) @@ -8,7 +8,7 @@ MAN5= termcap.5 CLEANFILES+= termcap termcap.db -FILES= termcap termcap.db ${.CURDIR}/map3270 +FILES= termcap termcap.db all: termcap termcap.db @@ -21,6 +21,8 @@ termcap.db: termcap beforeinstall: ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ ${FILES} ${DESTDIR}${BINDIR}/misc + ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${SHAREMODE} \ + ${.CURDIR}/map3270 ${DESTDIR}${BINDIR}/misc etc-termcap: rm -f ${DESTDIR}/etc/termcap |
