diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-10-06 20:57:06 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1996-10-06 20:57:06 +0000 |
commit | 74c1ea6442b7bd29609d85053382265e1b2dfcf7 (patch) | |
tree | 10c7b6fe5f2dd80fffccc6f2bc7d3c7514c769dc /share/termcap | |
parent | 339633ef85bfe050d419e756c8575132d7d1fff1 (diff) |
Install a symlink from /etc/termcap to the termcap file in /usr/share/misc
for some legacy (and GNU) software to find it
Diffstat (limited to 'share/termcap')
-rw-r--r-- | share/termcap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/termcap/Makefile b/share/termcap/Makefile index 0974a245ecb..802ca99b7d3 100644 --- a/share/termcap/Makefile +++ b/share/termcap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 1996/04/24 23:45:04 mickey Exp $ +# $OpenBSD: Makefile,v 1.4 1996/10/06 20:57:05 tholo Exp $ # from: @(#)Makefile 5.14 (Berkeley) 9/15/92 MAN= termcap.5 @@ -20,6 +20,7 @@ realinstall: ${DESTDIR}${BINDIR}/misc/termcap install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/map3270 \ ${DESTDIR}${BINDIR}/misc/map3270 + ln -fs ${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap CLEANFILES+= fixed |