From 40ea82f3d586f9ac6e25f1e8c714e28dc1b9c5a9 Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 26 Oct 1997 20:17:48 +0000 Subject: [PATCH] Make a link for history.h -> readline.h --- lib/libedit/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile index db4c85e2981f..6711ca5c4330 100644 --- a/lib/libedit/Makefile +++ b/lib/libedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 1997/10/23 22:24:09 christos Exp $ +# $NetBSD: Makefile,v 1.13 1997/10/26 20:17:48 christos Exp $ # @(#)Makefile 8.1 (Berkeley) 6/4/93 LIB= edit @@ -24,6 +24,7 @@ SRCS+= common.h emacs.h fcns.h help.h vi.h INCS= histedit.h readline.h INCSDIR=/usr/include +LINKS=${INCSDIR}/readline.h ${INCSDIR}/history.h CLEANFILES+=common.h editline.c emacs.h fcns.c fcns.h help.c help.h vi.h CPPFLAGS+=-I. -I${.CURDIR}