summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.symver.mk
diff options
context:
space:
mode:
Diffstat (limited to 'share/mk/bsd.symver.mk')
-rw-r--r--share/mk/bsd.symver.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/mk/bsd.symver.mk b/share/mk/bsd.symver.mk
index 30a822e..7626274 100644
--- a/share/mk/bsd.symver.mk
+++ b/share/mk/bsd.symver.mk
@@ -34,6 +34,9 @@ _vgen= ${path}/${VERSION_GEN}
.endif
.endif
.endfor
+.if empty(_vgen)
+.error ${VERSION_GEN} not found in the search path.
+.endif
# Run the symbol maps through the C preprocessor before passing
# them to the symbol version generator.
OpenPOWER on IntegriCloud