--- Makefile.orig Sun Sep 28 16:42:30 2003 +++ Makefile Sun Sep 28 16:43:48 2003 @@ -15,18 +15,18 @@ # this must be a directory that's in your bin PATH. # MANDIR holds the man page. -BINDIR = /opt/local/bin +BINDIR = ${PREFIX}/bin #BINDIR = /usr/local/bin #BINDIR = //C/bin -MANDIR = /usr/local/man/man1 +MANDIR = ${PREFIX}/man/man1 # popular alternative #BINDIR = /opt/local/bin #MANDIR = /opt/local/man/man1 ### if you have GNU gcc, use these definitions -CC = gcc -CFLAGS = -O2 -finline-functions +#CC = gcc +CFLAGS+= -O2 -finline-functions ### if you just have a standard UNIX, use these instead of GNU. ### CC must be an ANSI C compiler