From ed0770e9385c3f22109bcc4b062cfd23c41c6e99 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Mon, 30 Jan 1995 07:19:02 +0000 Subject: [PATCH] Make a link to /etc for termcap file. /etc/termcap is just too lodged in folklore to do without! :-) --- share/termcap/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/termcap/Makefile b/share/termcap/Makefile index 4d7b31b42be6..dad7023f3f40 100644 --- a/share/termcap/Makefile +++ b/share/termcap/Makefile @@ -7,6 +7,8 @@ MAN5= termcap.5 CLEANFILES+= termcap termcap.db +LINKS= ${DESTDIR}${BINDIR}/misc/termcap ${DESTDIR}/etc/termcap +LN_FLAGS= -s all: termcap termcap.db