--- ../nn-6.5.1-to-delete/Makefile-original Tue Aug 20 09:28:12 1996 +++ Makefile Sat Apr 25 04:38:57 1998 @@ -18,11 +18,11 @@ # # Use /lib/cpp or /usr/ccs/lib/cpp for CPP on Solaris or SVR4 machines. -CC = cc -#CPP = $(CC) -E -CPP = /lib/cpp +CC = gcc +CPP = $(CC) -E +#CPP = /lib/cpp #CFLAGS = -O2 # -g # -I/usr/local/lib/malloc-debug -DMALLOC_FUNC_CHECK -CFLAGS = -O +CFLAGS = -O2 #-Wall -Wcomment \ #-Wtraditional -Wshadow \ #-Wpointer-arith -Wcast-qual -Wcast-align -Wconversion \ --- config.h-dist Sat Apr 25 04:37:25 1998 +++ config.h Sat Apr 25 04:38:26 1998 @@ -156,7 +156,7 @@ * conf/s-template.h as a starting point for writing you own. */ -#include "s-hpux9-0.h" +#include "s-netbsd.h" /* * Define DEFAULT_PAGER as the initial value of the 'pager' variable.