mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
../Makefile.inc was clobbering BINDIR so sendmail was being installed in
/usr/sbin/ instead of /usr/libexec/sendmail/ Submitted by: bde
This commit is contained in:
parent
64bcb9c815
commit
1e503e9884
@ -5,7 +5,7 @@ SENDMAIL_DIR=${.CURDIR}/../../../contrib/sendmail
|
||||
SMDIR= ${SENDMAIL_DIR}/src
|
||||
.PATH: ${SMDIR}
|
||||
|
||||
BINDIR?=/usr/libexec/sendmail
|
||||
BINDIR= /usr/libexec/sendmail
|
||||
|
||||
PROG= sendmail
|
||||
|
||||
|
@ -5,7 +5,7 @@ SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail
|
||||
SMDIR= ${SENDMAIL_DIR}/src
|
||||
.PATH: ${SMDIR}
|
||||
|
||||
BINDIR?=/usr/libexec/sendmail
|
||||
BINDIR= /usr/libexec/sendmail
|
||||
|
||||
PROG= sendmail
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user