View | Details | Raw Unified | Return to bug 167385
Collapse All | Expand All

(-)Makefile.new (-1 / +8 lines)
Lines 39-45 Link Here
39
		TIMELORD	"Enable Timelord network time service" off \
39
		TIMELORD	"Enable Timelord network time service" off \
40
		KRB5		"Enable Kerberos V UAM" off \
40
		KRB5		"Enable Kerberos V UAM" off \
41
		ZEROCONF	"Enable Zeroconf (Bonjour) support" on \
41
		ZEROCONF	"Enable Zeroconf (Bonjour) support" on \
42
		LDAP		"Enable LDAP support" off
42
		LDAP		"Enable LDAP support" off \
43
		SENDFILE	"Enable sendfile support" off
43
44
44
FILES=		AppleVolumes.default AppleVolumes.system afpd.conf netatalk.conf
45
FILES=		AppleVolumes.default AppleVolumes.system afpd.conf netatalk.conf
45
LINKS=		unbin unhex unsingle hqx2bin single2bin macbinary \
46
LINKS=		unbin unhex unsingle hqx2bin single2bin macbinary \
Lines 119-124 Link Here
119
CONFIGURE_ARGS+=	--without-ldap
120
CONFIGURE_ARGS+=	--without-ldap
120
.endif
121
.endif
121
122
123
.if defined (WITH_SENDFILE)
124
CONFIGURE_ARGS+=	--enable-sendfile
125
.else
126
CONFIGURE_ARGS+=	--disable-sendfile
127
.endif
128
122
.if ${OSVERSION} < 800031
129
.if ${OSVERSION} < 800031
123
PLIST_SUB+=	ATFUNCS="@comment "
130
PLIST_SUB+=	ATFUNCS="@comment "
124
.else
131
.else

Return to bug 167385