1995-08-19 13:51:40 +00:00
|
|
|
*** Makefile.local.orig Fri Feb 18 08:43:55 1994
|
1995-08-20 18:42:59 +00:00
|
|
|
--- Makefile.local Mon Aug 21 02:38:50 1995
|
1995-08-19 13:51:40 +00:00
|
|
|
***************
|
1995-08-20 18:42:59 +00:00
|
|
|
*** 9,16 ****
|
1995-08-19 13:51:40 +00:00
|
|
|
# or add your own line.
|
|
|
|
#
|
|
|
|
! #BIN_DIR = /usr/bin
|
|
|
|
|
|
|
|
#
|
|
|
|
! # Add any local definetions you want pass to the compiler to DEFS_LOCAL
|
|
|
|
# below. This includes those items found in "config/config.h".
|
|
|
|
#
|
1995-08-20 18:42:59 +00:00
|
|
|
--- 9,20 ----
|
1995-08-19 13:51:40 +00:00
|
|
|
# or add your own line.
|
|
|
|
#
|
|
|
|
! BIN_DIR = /usr/local/bin
|
|
|
|
! OPT = -O -s
|
|
|
|
! MAN_1_DIR = /usr/local/man/man1
|
|
|
|
! MAN_8_DIR = /usr/local/man/man8
|
1995-08-20 18:42:59 +00:00
|
|
|
! CLIENT = rdist6
|
1995-08-19 13:51:40 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
! # Add any local definitions you want pass to the compiler to DEFS_LOCAL
|
|
|
|
# below. This includes those items found in "config/config.h".
|
|
|
|
#
|