--- Makefile.old 2003-02-17 16:53:25.000000000 -0500 +++ Makefile 2003-02-17 17:00:07.000000000 -0500 @@ -5,14 +5,12 @@ # paths to locations where the pnm2ppa binary, the configuration file, # and the man page should be installed. On some systems (like Solaris) # the install command requires the syntax BINDIR="-f /usr/local/bin". -BINDIR="/usr/local/bin" +BINDIR="/usr/bin" CONFDIR="/etc" -MANDIR="/usr/local/man/man1" +MANDIR="/usr/man/man1" #compiler and linker options: -CC=gcc -CFLAGS=-Wall -pedantic -O2 -LDFLAGS=-lm +LDFLAGS+=-lm INSTALL=install # Install under Linux and other versions with the -b (backup) option