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:
bdrewery 2015-12-01 22:50:32 +00:00
parent 4f2cb9f002
commit 8f32d42073

View File

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