Fix build after r291620.

"don't know how to make /Versions.def. Stop"

This was trying to define a target in bsd.symver.mk based on LIBCDIR which was
not yet defined.  Switching the order of inclusion of bsd.prog.mk and
bsd.symver.mk fixes it and seems fine.

Pointyhat to:	bdrewery
Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2015-12-01 22:50:32 +00:00
parent b748535cc4
commit 056b7d85a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291622

View File

@ -85,5 +85,5 @@ beforeinstall:
SUBDIR+= tests
.endif
.include <bsd.symver.mk>
.include <bsd.prog.mk>
.include <bsd.symver.mk>