1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Do not link with the termcap library - mshell would segfault.

This commit is contained in:
Jean-Marc Zucconi 1999-07-08 11:52:27 +00:00
parent 55e51357c0
commit ebae5e61ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20122

View File

@ -29,7 +29,7 @@
+ all: mshell
+
mshell: $(OBJS)
! cc $(CFLAGS) $(OBJS) -lncurses -ltermcap -o mshell
! cc $(CFLAGS) $(OBJS) -lncurses -o mshell
$(OBJS) : mshell.h