*** Makefile.orig Fri Mar 3 16:16:46 1995 --- Makefile Sun Mar 5 17:47:06 1995 *************** *** 14,14 **** ! MACHINE = sparc --- 14,14 ---- ! MACHINE = freebsd *************** *** 23,29 **** # User interface type. Right now, this is Unix as there are no alternatives. UI = Unix/./ ! PREFIX=/users/algo/espie/pub # Destination directory for tracker binaries and manpage. # # If you don't wish to use the 'make install' and 'make install.man' --- 23,29 ---- # User interface type. Right now, this is Unix as there are no alternatives. UI = Unix/./ ! PREFIX=/usr/local # Destination directory for tracker binaries and manpage. # # If you don't wish to use the 'make install' and 'make install.man' *************** *** 32,38 **** MAN_DIR = $(PREFIX)/man # Where to put the compression methods description ! COMPRESSION_FILE=$(PREFIX)/lib/compression_methods # How to install the binaries and manpage. If you have a unix system, # use the GNU install program if you have it, otherwise try 'cp'. For --- 32,38 ---- MAN_DIR = $(PREFIX)/man # Where to put the compression methods description ! COMPRESSION_FILE=$(PREFIX)/etc/compression_methods # How to install the binaries and manpage. If you have a unix system, # use the GNU install program if you have it, otherwise try 'cp'. For *************** *** 53,60 **** # # If you don't wish to use the 'make install' and 'make install.man' # commands, you can ignore these. ! INST_BIN_OPT = -c -s -m 755 -o root -g root ! INST_MAN_OPT = -c -m 644 -o root -g root ############################################################################### # # C compiler flags and libraries for each machine. --- 53,62 ---- # # If you don't wish to use the 'make install' and 'make install.man' # commands, you can ignore these. ! #INST_BIN_OPT = -c -s -m 755 -o root -g root ! #INST_MAN_OPT = -c -m 644 -o root -g root ! INST_BIN_OPT = -c -s -m 555 -o bin -g bin ! INST_MAN_OPT = -c -m 644 -o bin -g bin ############################################################################### # # C compiler flags and libraries for each machine.