diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-04-23 17:08:08 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-04-23 17:08:08 +0000 |
commit | 1a7fe4db8972593d468f3464f083dab9822212f1 (patch) | |
tree | 2c5f6523861d4ac46fef31fad22cb673e00b6b53 /etc/mail | |
parent | bf5ba9f42b8f3260b3890c6577b0d8767b20c9e8 (diff) | |
download | FreeBSD-src-1a7fe4db8972593d468f3464f083dab9822212f1.zip FreeBSD-src-1a7fe4db8972593d468f3464f083dab9822212f1.tar.gz |
sys.mk no longer includes bsd.own.mk so I need to include it here for
the definition of SHAREMODE.
Submitted by: Udo Schweigert <Udo.Schweigert@siemens.com>
Diffstat (limited to 'etc/mail')
-rw-r--r-- | etc/mail/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/mail/Makefile b/etc/mail/Makefile index e5ab41c..8a5a7ff 100644 --- a/etc/mail/Makefile +++ b/etc/mail/Makefile @@ -226,3 +226,6 @@ restart restart-mta restart-mspq: .if exists(Makefile.local) .include "Makefile.local" .endif + +# For the definition of $SHAREMODE +.include <bsd.own.mk> |