mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Prohibit the direct inclusion of bsd.dep.mk.
This commit is contained in:
parent
939a04b915
commit
5ffdf3618e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95255
@ -27,6 +27,9 @@
|
||||
# Create a (GLOBAL) gtags file for the source files.
|
||||
# If HTML is defined, htags is also run after gtags.
|
||||
|
||||
.if !target(__<bsd.init.mk>__)
|
||||
.error bsd.dep.mk cannot be included directly.
|
||||
.endif
|
||||
|
||||
.if ${CC} != "cc"
|
||||
MKDEPCMD?= CC=${CC} mkdep
|
||||
|
Loading…
Reference in New Issue
Block a user