Fix the order of includes (*.mk must be included after *.inc).
This commit is contained in:
parent
a08c66f69e
commit
ea344de2b0
@ -6,5 +6,5 @@ SUBDIR= man1 man3 man4 man5 man7 man8
|
||||
makedb:
|
||||
makewhatis ${DESTDIR}${BINDIR}/man
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
.include "${.CURDIR}/../Makefile.inc"
|
||||
.include <bsd.subdir.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user