ifndef ZLIBSDK\r
 ZLIBSDK        = $(LIBBASE)/zlib-1.2.3\r
 endif\r
-# Edit the path below to point to your zlib sources or set environment var.\r
-ifndef LIBCGI\r
-LIBCGI = $(LIBBASE)/cgilib-0.5\r
-endif\r
 \r
 # Edit the path below to point to your distribution folder.\r
 ifndef DISTDIR\r
 SDK_CLIB = $(NDK_ROOT)/nwsdk\r
 SDK_LIBC = $(NDK_ROOT)/libc\r
 \r
-INCLUDES = -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) -I$(LIBCGI)\r
+INCLUDES = -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) \r
 \r
 ifeq ($(LIBARCH),LIBC)\r
        INCLUDES += -I$(SDK_LIBC)/include -I$(SDK_LIBC)/include/nks\r
 \r
 CFLAGS += $(INCLUDES)\r
 \r
-vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) $(LIBCGI)\r
+vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK)\r
 \r
 RRDLIBOBJS     = \\r
        $(OBJDIR)/rrd_afm.o \\r
 
 ifndef ZLIBSDK\r
 ZLIBSDK        = $(LIBBASE)/zlib-1.2.3\r
 endif\r
-# Edit the path below to point to your zlib sources or set environment var.\r
-ifndef LIBCGI\r
-LIBCGI = $(LIBBASE)/cgilib-0.5\r
-endif\r
 \r
 # Edit the path below to point to your distribution folder.\r
 ifndef DISTDIR\r
 endif\r
 DESCR += - $(CC) build\r
 \r
-INCLUDES += -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) -I$(LIBCGI)\r
+INCLUDES += -I. -I$(LIBPNG) -I$(LIBFT2)/include -I$(LIBART) -I$(ZLIBSDK) \r
 \r
 CFLAGS += $(INCLUDES)\r
 \r
-vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) $(LIBCGI)\r
+vpath %.c . $(LIBPNG) $(LIBART)/libart_lgpl $(ZLIBSDK) \r
 \r
 RRDLIBOBJS     = \\r
        $(OBJDIR)/rrd_afm.o \\r