summaryrefslogtreecommitdiff
path: root/shells/esh/patches/patch-aa
blob: 4129ea9c8759efe91a98f72fcb46887a887eed50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-aa,v 1.1.1.1 2000/11/02 21:51:58 tron Exp $

--- Makefile.orig	Thu Apr 22 09:31:43 1999
+++ Makefile
@@ -7,11 +7,11 @@
 # You can compile with a hacked replacement of readline instead by
 # doing this:
 
-#INC=-Ifake-readline/
-#LIB=fake-readline/readline.c
+INC=-Ifake-readline/
+LIB=fake-readline/readline.c
 
-INC=-I/usr/include/readline
-LIB=-lreadline
+#INC=-I/usr/include/readline
+#LIB=-lreadline
 
 # Flags to the compiler: 
 #