summaryrefslogtreecommitdiff
path: root/misc/mshell
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1997-05-27 02:20:28 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1997-05-27 02:20:28 +0000
commit0dfb3a5a4a8143ba85e669cd81acec10d537ce59 (patch)
treeb4fd70748d3db6eb6f1f8b3643fe20a6886c2d16 /misc/mshell
parentReduce number of patches needed for fnmatch (diff)
Link with -lncurses. Mshell no more worked when linked with -lcurses.
Notes
Notes: svn path=/head/; revision=6577
Diffstat (limited to 'misc/mshell')
-rw-r--r--misc/mshell/files/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/mshell/files/patch-aa b/misc/mshell/files/patch-aa
index 12d398156dc3..0b2af61671a9 100644
--- a/misc/mshell/files/patch-aa
+++ b/misc/mshell/files/patch-aa
@@ -1,5 +1,5 @@
-*** Makefile.orig Wed Oct 5 18:31:35 1994
---- Makefile Wed Oct 5 18:35:39 1994
+*** Makefile.orig Tue May 27 00:29:12 1997
+--- Makefile Tue May 27 02:13:51 1997
***************
*** 8,21 ****
#
@@ -10,7 +10,7 @@
settatr.o setenv.o xsystem.o dl.o macro.o
mshell: $(OBJS)
- cc $(CFLAGS) $(OBJS) -lcurses -ltermcap -o mshell
+! cc $(CFLAGS) $(OBJS) -lcurses -ltermcap -o mshell
$(OBJS) : mshell.h
@@ -29,7 +29,7 @@
+ all: mshell
+
mshell: $(OBJS)
- cc $(CFLAGS) $(OBJS) -lcurses -ltermcap -o mshell
+! cc $(CFLAGS) $(OBJS) -lncurses -ltermcap -o mshell
$(OBJS) : mshell.h