1998-01-09 04:46:01 +00:00
|
|
|
--- Makefile.orig Thu Jan 8 03:29:04 1998
|
|
|
|
+++ Makefile Thu Jan 8 14:52:32 1998
|
1997-09-27 01:58:20 +00:00
|
|
|
@@ -5,11 +5,11 @@
|
|
|
|
###########################################################################
|
|
|
|
|
|
|
|
# The base directory for all samba files
|
|
|
|
-BASEDIR = /usr/local/samba
|
|
|
|
+BASEDIR = $(PREFIX)
|
1997-03-05 01:35:20 +00:00
|
|
|
|
|
|
|
# The base manpages directory to put the man pages in
|
|
|
|
# Note: $(MANDIR)/man1, $(MANDIR)/man5 and $(MANDIR)/man8 must exist.
|
|
|
|
-MANDIR = /usr/local/man
|
|
|
|
+MANDIR = $(PREFIX)/man
|
|
|
|
|
|
|
|
# The directories to put things in. If you use multiple
|
|
|
|
# architectures or share the samba binaries across NFS then
|
1997-09-27 01:58:20 +00:00
|
|
|
@@ -18,9 +18,9 @@
|
|
|
|
# normally only applies to nmbd and smbd
|
|
|
|
# SBINDIR implies a secure binary directory
|
1997-03-05 01:35:20 +00:00
|
|
|
BINDIR = $(BASEDIR)/bin
|
|
|
|
-SBINDIR = $(BASEDIR)/bin
|
|
|
|
-LIBDIR = $(BASEDIR)/lib
|
|
|
|
-VARDIR = $(BASEDIR)/var
|
|
|
|
+SBINDIR = $(BASEDIR)/sbin
|
1998-01-09 04:46:01 +00:00
|
|
|
+LIBDIR = $(BASEDIR)/etc
|
|
|
|
+VARDIR = /var/log
|
1997-03-05 01:35:20 +00:00
|
|
|
|
|
|
|
# The permissions to give the executables
|
|
|
|
INSTALLPERMS = 0755
|
1998-01-09 04:46:01 +00:00
|
|
|
@@ -55,7 +55,7 @@
|
|
|
|
WEB_ROOT = $(BASEDIR)
|
1997-03-05 01:35:20 +00:00
|
|
|
|
|
|
|
# the directory where lock files go
|
|
|
|
-LOCKDIR = $(VARDIR)/locks
|
|
|
|
+LOCKDIR = /var/spool/lock
|
|
|
|
|
1998-01-09 04:46:01 +00:00
|
|
|
# The directory where code page definition files go
|
|
|
|
CODEPAGEDIR = $(LIBDIR)/codepages
|
|
|
|
@@ -396,8 +396,8 @@
|
1997-03-05 01:35:20 +00:00
|
|
|
# This is for FreeBSD
|
|
|
|
# contributed by kuku@acds.physik.rwth-aachen.de
|
1997-10-23 14:13:33 +00:00
|
|
|
# NOTE: You may need to add -DBSD44 if you have password problems
|
1997-09-27 01:58:20 +00:00
|
|
|
-# FLAGSM = -DFreeBSD -DFAST_SHARE_MODES
|
1997-03-05 01:35:20 +00:00
|
|
|
-# LIBSM = -lcrypt
|
1997-10-28 16:05:27 +00:00
|
|
|
+FLAGSM = -DFreeBSD -DFAST_SHARE_MODES
|
1997-03-05 01:35:20 +00:00
|
|
|
+LIBSM = -lcrypt
|
|
|
|
|
1998-01-09 04:46:01 +00:00
|
|
|
# This is for OpenBSD
|
|
|
|
# contributed by todd@openbsd.org
|