blob: cf74a90e20d2776554255968994cebf3faede268 (
plain) (
tree)
|
|
*** Makefile.local.orig Fri Feb 18 08:43:55 1994
--- Makefile.local Mon Aug 21 02:38:50 1995
***************
*** 9,16 ****
# 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".
#
--- 9,20 ----
# 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
! CLIENT = rdist6
#
! # Add any local definitions you want pass to the compiler to DEFS_LOCAL
# below. This includes those items found in "config/config.h".
#
|