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

This commit is contained in:
Bruce Evans 1994-09-20 05:25:38 +00:00
parent f44ca047d4
commit 254b131faa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2920

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>