1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/net/samba4-devel/files/patch-source4__smbd__config.mk
Timur I. Bakeyev ccb6ec69e0 Samba 4 is the ambitious next version of the Samba suite that is being
developed in parallel to the stable 3.0 series. The main emphasis in
this branch is support for the Active Directory logon protocols used
by Windows 2000 and above.
2009-07-12 19:40:37 +00:00

23 lines
718 B
Makefile

--- ./source4/smbd/config.mk.orig 2009-06-19 04:36:48.000000000 +0000
+++ ./source4/smbd/config.mk 2009-07-12 02:39:36.000000000 +0000
@@ -18,7 +18,7 @@
$(eval $(call proto_header_template,$(smbdsrcdir)/pidfile.h,$(PIDFILE_OBJ_FILES:.o=.c)))
-[BINARY::samba]
+[BINARY::samba4]
INSTALLDIR = SBINDIR
PRIVATE_DEPENDENCIES = \
LIBEVENTS \
@@ -36,7 +36,7 @@
share \
CLUSTER
-samba_OBJ_FILES = $(smbdsrcdir)/server.o
-$(samba_OBJ_FILES): CFLAGS+=-DSTATIC_service_MODULES="$(service_INIT_FUNCTIONS)NULL"
+samba4_OBJ_FILES = $(smbdsrcdir)/server.o
+$(samba4_OBJ_FILES): CFLAGS+=-DSTATIC_service_MODULES="$(service_INIT_FUNCTIONS)NULL"
-MANPAGES += $(smbdsrcdir)/samba.8
+MANPAGES += $(smbdsrcdir)/samba4.8