1995-03-27 23:25:22 +00:00
|
|
|
*** Makefile.orig Fri Mar 24 01:37:51 1995
|
|
|
|
--- Makefile Mon Mar 27 15:19:10 1995
|
1995-02-11 18:28:43 +00:00
|
|
|
***************
|
|
|
|
*** 5,16 ****
|
|
|
|
|
|
|
|
# The base manpages directory to put the man pages in
|
|
|
|
# Note: $(MANDIR)/man1, $(MANDIR)/man5 and $(MANDIR)/man8 must exist.
|
|
|
|
! MANDIR = /usr/local/man
|
|
|
|
|
|
|
|
# The directories to put things in. If you use multiple
|
|
|
|
# architectures or share the samba binaries across NFS then
|
|
|
|
# you will probably want to change this layout.
|
|
|
|
! BASEDIR = /usr/local/samba
|
|
|
|
BINDIR = $(BASEDIR)/bin
|
|
|
|
LIBDIR = $(BASEDIR)/lib
|
|
|
|
VARDIR = $(BASEDIR)/var
|
|
|
|
--- 5,16 ----
|
|
|
|
|
|
|
|
# The base manpages directory to put the man pages in
|
|
|
|
# Note: $(MANDIR)/man1, $(MANDIR)/man5 and $(MANDIR)/man8 must exist.
|
|
|
|
! MANDIR = ${PREFIX}/man
|
|
|
|
|
|
|
|
# The directories to put things in. If you use multiple
|
|
|
|
# architectures or share the samba binaries across NFS then
|
|
|
|
# you will probably want to change this layout.
|
|
|
|
! BASEDIR = ${PREFIX}/samba
|
|
|
|
BINDIR = $(BASEDIR)/bin
|
|
|
|
LIBDIR = $(BASEDIR)/lib
|
|
|
|
VARDIR = $(BASEDIR)/var
|
|
|
|
***************
|
1995-03-27 23:25:22 +00:00
|
|
|
*** 217,224 ****
|
1995-02-11 18:28:43 +00:00
|
|
|
# This is for FreeBSD
|
|
|
|
# contributed by kuku@acds.physik.rwth-aachen.de
|
1995-03-27 23:25:22 +00:00
|
|
|
# NOTE: You may need to add -DBSD44 if you have password problems
|
|
|
|
! # FLAGSM = -DFreeBSD
|
1995-02-11 18:28:43 +00:00
|
|
|
! # LIBSM = -lcrypt
|
|
|
|
|
|
|
|
|
|
|
|
# This is for NeXT. Note that versions of NeXT less than 3.2
|
1995-03-27 23:25:22 +00:00
|
|
|
--- 217,224 ----
|
1995-02-11 18:28:43 +00:00
|
|
|
# This is for FreeBSD
|
|
|
|
# contributed by kuku@acds.physik.rwth-aachen.de
|
1995-03-27 23:25:22 +00:00
|
|
|
# NOTE: You may need to add -DBSD44 if you have password problems
|
|
|
|
! FLAGSM = -DFreeBSD -DBSD44
|
1995-02-11 18:28:43 +00:00
|
|
|
! LIBSM = -lcrypt
|
|
|
|
|
|
|
|
|
|
|
|
# This is for NeXT. Note that versions of NeXT less than 3.2
|
|
|
|
***************
|
1995-03-27 23:25:22 +00:00
|
|
|
*** 440,446 ****
|
|
|
|
chmod u=rw,go=r $(MANDIR)/man7/samba.7
|
1995-02-11 18:28:43 +00:00
|
|
|
chmod u=rw,go=r $(MANDIR)/man8/smbd.8
|
|
|
|
chmod u=rw,go=r $(MANDIR)/man8/nmbd.8
|
|
|
|
!
|
|
|
|
source:
|
|
|
|
tar cfv sources.tar COPYING README THANKS \
|
|
|
|
Makefile announce bugs change-log \
|
1995-03-27 23:25:22 +00:00
|
|
|
--- 440,455 ----
|
|
|
|
chmod u=rw,go=r $(MANDIR)/man7/samba.7
|
1995-02-11 18:28:43 +00:00
|
|
|
chmod u=rw,go=r $(MANDIR)/man8/smbd.8
|
|
|
|
chmod u=rw,go=r $(MANDIR)/man8/nmbd.8
|
|
|
|
! @echo "Comrpessing manpages"
|
|
|
|
! @gzip -9f $(MANDIR)/man1/smbstatus.1
|
|
|
|
! @gzip -9f $(MANDIR)/man1/smbclient.1
|
|
|
|
! @gzip -9f $(MANDIR)/man1/smbrun.1
|
|
|
|
! @gzip -9f $(MANDIR)/man1/testparm.1
|
|
|
|
! @gzip -9f $(MANDIR)/man1/testprns.1
|
|
|
|
! @gzip -9f $(MANDIR)/man5/smb.conf.5
|
|
|
|
! @gzip -9f $(MANDIR)/man8/smbd.8
|
|
|
|
! @gzip -9f $(MANDIR)/man8/nmbd.8
|
|
|
|
!
|
|
|
|
source:
|
|
|
|
tar cfv sources.tar COPYING README THANKS \
|
|
|
|
Makefile announce bugs change-log \
|