aboutsummaryrefslogtreecommitdiff
path: root/etc/mail
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-05-15 16:03:54 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2001-05-15 16:03:54 +0000
commitc0ceaffbe620a19504741545becdb5171cde71ea (patch)
tree536fe3bf0dfaeec4caf60a64dd9b5c0bbab14fa9 /etc/mail
parentf3850b5461f8d66da9e664e48a69ca0a28215fc5 (diff)
downloadsrc-c0ceaffbe620a19504741545becdb5171cde71ea.tar.gz
src-c0ceaffbe620a19504741545becdb5171cde71ea.zip
Allow users to add local Makefile targets.
Submitted by: dinoex MFC after: 7 days
Notes
Notes: svn path=/head/; revision=76623
Diffstat (limited to 'etc/mail')
-rw-r--r--etc/mail/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile
index 930efeeda1a7..f6e34b809f57 100644
--- a/etc/mail/Makefile
+++ b/etc/mail/Makefile
@@ -166,3 +166,8 @@ stop:
restart:
${KILL} -HUP `head -1 ${SENDMAIL_PIDFILE}`
+
+# User defined targets
+.if exists(Makefile.local)
+.include "Makefile.local"
+.endif