--- cli/cli.make	Fri May 23 19:44:35 1997
+++ /home/andy/tmp/wrk/cli/cli.make	Thu May  6 11:19:07 1999
@@ -9,15 +9,13 @@
 # Other than that, this should compile cleanly and nicely.
 #
 
-ROOTDIR	= /export/local
+ROOTDIR	= /usr/local
 INSTDIR	= $(ROOTDIR)/bin
-INCDIR	= -I/usr/include/ncurses -I$(ROOTDIR)/include
+INCDIR	= -I$(ROOTDIR)/include
 LIBDIR	= -L$(ROOTDIR)/lib -L/usr/lib
-#LIBS	= -lcdk -lncurses -lm
-LIBS	= -lcdk -lcurses -lm
-CFLAGS	= -g -Wall -DCAN_SET_WINDOW_COLOR
-#CFLAGS	= -g -Wall
-CC	= gcc
+LIBS	= -lcdk -lncurses -lm
+CFLAGS	+= -Wall -DCAN_SET_WINDOW_COLOR
+CC	= cc
 
 #
 # No need to edit anything below this line.
