summaryrefslogtreecommitdiff
path: root/misc/mshell/files/patch-aa
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-07-08 11:52:27 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-07-08 11:52:27 +0000
commitebae5e61ae2a04895d981001c7af96b3ccaf65dd (patch)
treeb56ff90d360a8d3373ce4dda176af8c9a651312a /misc/mshell/files/patch-aa
parentUpgrade to 3.2.8. (diff)
Do not link with the termcap library - mshell would segfault.
Notes
Notes: svn path=/head/; revision=20122
Diffstat (limited to '')
-rw-r--r--misc/mshell/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mshell/files/patch-aa b/misc/mshell/files/patch-aa
index 0b2af61671a9..9e86c00b96c4 100644
--- a/misc/mshell/files/patch-aa
+++ b/misc/mshell/files/patch-aa
@@ -29,7 +29,7 @@
+ all: mshell
+
mshell: $(OBJS)
-! cc $(CFLAGS) $(OBJS) -lncurses -ltermcap -o mshell
+! cc $(CFLAGS) $(OBJS) -lncurses -o mshell
$(OBJS) : mshell.h