diff options
author | Glen Barber <gjb@FreeBSD.org> | 2016-02-08 18:41:46 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-08 18:41:46 +0000 |
commit | 9c4fa87c232f39c81587417e098bf768a8705658 (patch) | |
tree | 6840b98eb5095e86f34f28d965c83f984b003f94 /usr.sbin/sendmail | |
parent | ea85204f941bcc76006b484d89b388807896eba7 (diff) |
Create a package for sendmail(8).
Sponsored by: The FreeBSD Foundation
Notes
Notes:
svn path=/projects/release-pkg/; revision=295403
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r-- | usr.sbin/sendmail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile index f9641c1675d8..d7246cbef84b 100644 --- a/usr.sbin/sendmail/Makefile +++ b/usr.sbin/sendmail/Makefile @@ -3,6 +3,7 @@ .include <src.opts.mk> +PACKAGE=sendmail SENDMAIL_DIR=${.CURDIR}/../../contrib/sendmail SMDIR= ${SENDMAIL_DIR}/src .PATH: ${SMDIR} |