summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a7ff3a..7934d5a 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,9 @@
#
# You may also need to change #include <curses.h> to #include <ncurses.h>
#
-LIBS=-lcurses -ltermcap
+# Some UNIXs may also need -ltermcap
+#
+LIBS=-lcurses
OPTS=-O
KEYFILE=xedkeys.h