Fix the order of includes (*.mk must be included after *.inc).

This commit is contained in:
bde 1994-09-20 05:25:38 +00:00
parent a08c66f69e
commit ea344de2b0

View File

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