1996-05-17 11:15:08 +00:00
|
|
|
*** Makefile.local.dist Tue Feb 6 02:50:27 1996
|
|
|
|
--- Makefile.local Fri May 17 16:45:19 1996
|
1995-08-19 13:51:40 +00:00
|
|
|
***************
|
1996-05-17 11:15:08 +00:00
|
|
|
*** 8,14 ****
|
|
|
|
# BIN_DIR variable, you would uncomment the following line
|
1995-08-19 13:51:40 +00:00
|
|
|
# or add your own line.
|
|
|
|
#
|
|
|
|
! #BIN_DIR = /usr/bin
|
|
|
|
|
|
|
|
#
|
1996-05-17 11:15:08 +00:00
|
|
|
# Add any local definitions you want pass to the compiler to DEFS_LOCAL
|
|
|
|
--- 8,16 ----
|
|
|
|
# BIN_DIR variable, you would uncomment the following line
|
1995-08-19 13:51:40 +00:00
|
|
|
# or add your own line.
|
|
|
|
#
|
1996-09-21 05:12:06 +00:00
|
|
|
! BIN_DIR = $(PREFIX)/bin
|
1996-09-21 05:29:55 +00:00
|
|
|
! OPT = $(BUILD_OPT)
|
|
|
|
! CLIENT = $(BUILD_CLIENT)
|
1995-08-19 13:51:40 +00:00
|
|
|
|
|
|
|
#
|
1996-05-17 11:15:08 +00:00
|
|
|
# Add any local definitions you want pass to the compiler to DEFS_LOCAL
|
|
|
|
***************
|
|
|
|
*** 45,52 ****
|
|
|
|
#
|
|
|
|
# Site specific Man Page configuration.
|
|
|
|
#
|
|
|
|
! #MAN_1_DIR = /usr/local/man/man1
|
|
|
|
! #MAN_8_DIR = /usr/local/man/man8
|
|
|
|
! #MAN_OWNER = bin
|
|
|
|
! #MAN_GROUP = bin
|
|
|
|
#MAN_MODE = 644
|
|
|
|
--- 47,54 ----
|
|
|
|
#
|
|
|
|
# Site specific Man Page configuration.
|
1995-08-19 13:51:40 +00:00
|
|
|
#
|
1996-09-21 05:12:06 +00:00
|
|
|
! MAN_1_DIR = $(PREFIX)/man/man1
|
|
|
|
! MAN_8_DIR = $(PREFIX)/man/man8
|
1996-05-17 11:15:08 +00:00
|
|
|
! MAN_OWNER = bin
|
|
|
|
! MAN_GROUP = bin
|
|
|
|
#MAN_MODE = 644
|