Don't build a submit.cf file if SENDMAIL_SET_USER_ID is set

This commit is contained in:
Gregory Neil Shapiro 2002-02-17 22:12:57 +00:00
parent ab3e277c5c
commit a8247f3a53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90806

View File

@ -146,6 +146,14 @@ depend:
cf: ${INSTALL_CF}
submit.cf: submit.mc
.ifdef SENDMAIL_SET_USER_ID
@echo ">>> ERROR: You should not create a submit.cf file if you are using a"
@echo " set-user-ID sendmail binary (SENDMAIL_SET_USER_ID is set"
@echo " in make.conf)."
@false
.endif
maps: ${SENDMAIL_MAP_OBJ}
aliases: ${SENDMAIL_ALIASES}.db