Prohibit the direct inclusion of bsd.dep.mk.

This commit is contained in:
Ruslan Ermilov 2002-04-22 10:04:41 +00:00
parent 939a04b915
commit 5ffdf3618e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95255

View File

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