mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-19 01:11:05 +01:00
Fix the order of includes (*.mk must be included after *.inc).
This commit is contained in:
parent
f44ca047d4
commit
254b131faa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2920
@ -6,5 +6,5 @@ SUBDIR= man1 man3 man4 man5 man7 man8
|
|||||||
makedb:
|
makedb:
|
||||||
makewhatis ${DESTDIR}${BINDIR}/man
|
makewhatis ${DESTDIR}${BINDIR}/man
|
||||||
|
|
||||||
.include <bsd.subdir.mk>
|
|
||||||
.include "${.CURDIR}/../Makefile.inc"
|
.include "${.CURDIR}/../Makefile.inc"
|
||||||
|
.include <bsd.subdir.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user