1995-03-12 23:46:17 +00:00
|
|
|
*** Makefile.orig Thu Mar 2 16:53:34 1995
|
|
|
|
--- Makefile Fri Mar 3 07:37:29 1995
|
1994-11-27 14:49:59 +00:00
|
|
|
***************
|
1995-02-23 21:05:47 +00:00
|
|
|
*** 32,38 ****
|
1995-02-09 21:04:57 +00:00
|
|
|
MAN_DIR = $(PREFIX)/man
|
1995-01-28 12:02:08 +00:00
|
|
|
|
|
|
|
# Where to put the compression methods description
|
1995-02-09 21:04:57 +00:00
|
|
|
! COMPRESSION_FILE=$(PREFIX)/lib/compression_methods
|
1995-01-28 12:02:08 +00:00
|
|
|
|
|
|
|
# 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
|
1995-02-23 21:05:47 +00:00
|
|
|
--- 32,38 ----
|
1995-02-09 21:04:57 +00:00
|
|
|
MAN_DIR = $(PREFIX)/man
|
1995-01-28 12:02:08 +00:00
|
|
|
|
|
|
|
# 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
|
1994-10-02 23:15:02 +00:00
|
|
|
***************
|
1995-02-23 21:05:47 +00:00
|
|
|
*** 53,60 ****
|
1995-01-28 12:02:08 +00:00
|
|
|
#
|
|
|
|
# If you don't wish to use the 'make install' and 'make install.man'
|
|
|
|
# commands, you can ignore these.
|
1995-02-02 15:10:36 +00:00
|
|
|
! INST_BIN_OPT = -c -s -m 755 -o root -g root
|
|
|
|
! INST_MAN_OPT = -c -m 644 -o root -g root
|
1995-01-28 12:02:08 +00:00
|
|
|
###############################################################################
|
|
|
|
#
|
|
|
|
# C compiler flags and libraries for each machine.
|
1995-02-23 21:05:47 +00:00
|
|
|
--- 53,62 ----
|
1995-01-28 12:02:08 +00:00
|
|
|
#
|
|
|
|
# If you don't wish to use the 'make install' and 'make install.man'
|
|
|
|
# commands, you can ignore these.
|
1995-02-02 15:10:36 +00:00
|
|
|
! #INST_BIN_OPT = -c -s -m 755 -o root -g root
|
|
|
|
! #INST_MAN_OPT = -c -m 644 -o root -g root
|
1995-01-28 12:02:08 +00:00
|
|
|
! 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.
|