../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:
Gregory Neil Shapiro 2000-10-13 16:51:05 +00:00
parent 64bcb9c815
commit 1e503e9884
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67083
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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