summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-04-18 06:37:48 +0000
committerru <ru@FreeBSD.org>2002-04-18 06:37:48 +0000
commit11ed604e5412e0f37f06e1e818231be244499d06 (patch)
treed00e2a8fb6b6b48ca3a323d340b5c43066e593b9 /share
parent492a7d8a7be5c51193b50a89aea40effb8b1c59b (diff)
downloadFreeBSD-src-11ed604e5412e0f37f06e1e818231be244499d06.zip
FreeBSD-src-11ed604e5412e0f37f06e1e818231be244499d06.tar.gz
In rare cases, we might want to include bsd.own.mk directly.
So protect it from being included twice.
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index f713e76..3b39b4e 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -124,6 +124,9 @@
#
# INCLUDEDIR Base path for standard C include files [/usr/include]
+.if !target(__<bsd.own.mk>__)
+__<bsd.own.mk>__:
+
# Binaries
BINOWN?= root
BINGRP?= wheel
@@ -190,3 +193,5 @@ STRIP?= -s
COPY?= -c
COMPRESS_CMD?= gzip -cn
COMPRESS_EXT?= .gz
+
+.endif !target(__<bsd.own.mk>__)
OpenPOWER on IntegriCloud