In rare cases, we might want to include bsd.own.mk directly.
So protect it from being included twice.
This commit is contained in:
parent
492a7d8a7b
commit
11ed604e54
@ -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>__)
|
||||
|
Loading…
Reference in New Issue
Block a user