mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
f4e9884f94
The server executable is still rdistd, because there is no conflict with the standard rdist, and because it's hardcoded in the other non-freebsd clients that exec it via rsh.
26 lines
649 B
Plaintext
26 lines
649 B
Plaintext
*** 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".
|
|
#
|