--- Makefile.orig Thu Jun 15 18:50:10 1995 +++ Makefile Thu Jun 15 18:49:45 1995 @@ -223,9 +223,9 @@ ######################################### # Use this for BSD 4.3 -CFLAGS= -O -DBSD43 #-O or -g +CFLAGS= -O -DBSD43 -I/usr/include/ncurses #-O or -g LDFLAGS= # -lg might help if -g used in CFLAGS -LIB=-lm -lcurses -ltermcap +LIB=-lm -lncurses -ltermcap -lfl # Use this for SunOS 4.X if you have the System V package installed. # This will link with the System V curses which is preferable to the