mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
25 lines
692 B
Plaintext
25 lines
692 B
Plaintext
--- Make-common.orig Fri Oct 16 18:59:29 1998
|
|
+++ Make-common Fri Oct 16 19:08:04 1998
|
|
@@ -189,7 +189,7 @@
|
|
|
|
# Locations of auxilary programs
|
|
# (excepts to below are generally defined in Make-platform)
|
|
-LDAP_SENDMAIL?=/usr/lib/sendmail
|
|
+LDAP_SENDMAIL?=/usr/sbin/sendmail
|
|
LDAP_EDITOR?=/usr/ucb/vi
|
|
LDAP_FINGER?=/usr/ucb/finger
|
|
|
|
@@ -261,10 +261,10 @@
|
|
# LDAP_ACLGROUP=-DACLGROUP
|
|
|
|
# uncomment these lines to enable support for CRYPT passwords in LDBM.
|
|
-# LDAP_CRYPT=-DLDAP_CRYPT
|
|
+LDAP_CRYPT=-DLDAP_CRYPT
|
|
# LDAP_CRYPT_LIB?=
|
|
# and comment this line out
|
|
-LDAP_CRYPT_LIB=
|
|
+# LDAP_CRYPT_LIB=
|
|
|
|
# uncomment these lines to enable support fro tcp_wrappers in servers.
|
|
# Requires tcp_wrappers.
|