In rare cases, we might want to include bsd.own.mk directly.

So protect it from being included twice.
This commit is contained in:
ru 2002-04-18 06:37:48 +00:00
parent 492a7d8a7b
commit 11ed604e54

View File

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