xref: /freebsd/packages/sendmail/Makefile (revision bb75b0d581f74e22a68d7868ad1f5da1146a8de0)
1.include <src.opts.mk>
2
3WORLDPACKAGE=	sendmail
4
5# sendmail requires make to build its configuration file.  However, sendmail
6# is still built even if WITHOUT_MAKE is set; in that case, just assume the
7# user has some other way to create the configuration file.
8.if ${MK_MAKE} != "no"
9PKG_DEPS.sendmail+=	bmake
10.endif
11
12.include <bsd.pkg.mk>
13