From 4a49265d153082b2194a6bd63cea815d3b5ace19 Mon Sep 17 00:00:00 2001 From: Gregory Neil Shapiro Date: Tue, 23 Apr 2002 17:08:08 +0000 Subject: [PATCH] sys.mk no longer includes bsd.own.mk so I need to include it here for the definition of SHAREMODE. Submitted by: Udo Schweigert --- etc/mail/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/mail/Makefile b/etc/mail/Makefile index e5ab41c13c02..8a5a7ff6266e 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