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>
This commit is contained in:
Gregory Neil Shapiro 2002-04-23 17:08:08 +00:00
parent 00d70dec4e
commit 4a49265d15
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95317

View File

@ -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>