home *** CD-ROM | disk | FTP | other *** search
/ PC-Online 1996 May / PCOnline_05_1996.bin / linux / source / contrib / samba-1.9 / samba-1.000 / samba-1
Text File  |  1995-05-04  |  2KB  |  65 lines

  1. --- Makefile.orig    Fri Apr 28 07:59:37 1995
  2. +++ Makefile    Thu May  4 22:42:03 1995
  3. @@ -5,15 +5,15 @@
  4.  
  5.  # The base manpages directory to put the man pages in
  6.  # Note: $(MANDIR)/man1, $(MANDIR)/man5 and $(MANDIR)/man8 must exist.
  7. -MANDIR = /usr/local/man
  8. +MANDIR = /usr/man
  9.  
  10.  # The directories to put things in. If you use multiple
  11.  # architectures or share the samba binaries across NFS then
  12.  # you will probably want to change this layout.
  13. -BASEDIR = /usr/local/samba
  14. -BINDIR = $(BASEDIR)/bin
  15. -LIBDIR = $(BASEDIR)/lib
  16. -VARDIR = $(BASEDIR)/var
  17. +BASEDIR = /usr
  18. +BINDIR = $(BASEDIR)/sbin
  19. +LIBDIR = $(BASEDIR)/sbin
  20. +VARDIR = /var/adm
  21.  
  22.  # WARNING: If you are upgrading, make sure you put all the files
  23.  # in the right spot! The default positions have changed!
  24. @@ -23,12 +23,12 @@
  25.  INSTALLPERMS = 0755
  26.  
  27.  # Add any optimisation or debugging flags here
  28. -FLAGS1 = -O
  29. +FLAGS1 = -O2
  30.  LIBS1 = 
  31.  
  32.  # You will need to use a ANSI C compiler. This means under SunOS 4 you can't 
  33.  # use cc, instead you will have to use gcc. 
  34. -# CC = gcc
  35. +CC = gcc
  36.  
  37.  # This may help with some versions of make
  38.  SHELL = /bin/sh
  39. @@ -39,11 +39,11 @@
  40.  # or in smb.conf (see smb.conf(5))
  41.  SMBLOGFILE = $(VARDIR)/log.smb
  42.  NMBLOGFILE = $(VARDIR)/log.nmb
  43. -CONFIGFILE = $(LIBDIR)/smb.conf
  44. -LMHOSTSFILE = $(LIBDIR)/lmhosts
  45. +CONFIGFILE = /etc/smb.conf
  46. +LMHOSTSFILE = /etc/lmhosts
  47.  
  48.  # the directory where lock files go
  49. -LOCKDIR = $(VARDIR)/locks
  50. +LOCKDIR = /var/locks
  51.  
  52.  # set this to the default group you want your machine to appear in
  53.  # for browsing. This can also be set in nmbd (see nmbd(8))
  54. @@ -134,8 +134,8 @@
  55.  # Use this for Linux without shadow passwords
  56.  # contributed by Andrew.Tridgell@anu.edu.au
  57.  # you may need -DNO_ASMSIGNALH if you have an older Linux version
  58. -# FLAGSM = -DLINUX
  59. -# LIBSM = 
  60. +FLAGSM = -DLINUX
  61. +LIBSM = 
  62.  
  63.  
  64.  # This is for SOLARIS 2.2 and above (aka SunOS 5)
  65.