Searched refs:shlib_version (Results 1 - 9 of 9) sorted by relevance

/src/lib/
H A Dcheckver58 # -v: Specify the filename of the shlib_version file. Defaults
59 # to "./shlib_version".
91 shlib_version=./shlib_version
152 v) shlib_version=$OPTARG;;
219 if [ ! -f $shlib_version ]; then
220 echo "$PROG: unable to find $shlib_version" 1>&2
225 . $shlib_version
228 echo "$PROG: $shlib_version doesn't contain the version." 1>&2
H A Dbumpversion38 # -c says to create new shlib_version files
69 versf=$dir/shlib_version
H A Dcheckvers37 # a shlib_version file and call checkver for each.
44 # will not work correctly if it finds shlib_version files
171 VERFILES=`find $CWD -name shlib_version -print`
/src/lib/libarch/
H A DMakefile27 SHLIB_VERSION_FILE= ${.CURDIR}/${LIB}/shlib_version
/src/lib/i18n_module/
H A DMakefile.inc11 SHLIB_VERSION_FILE= ${NETBSDSRCDIR}/lib/i18n_module/shlib_version
/src/lib/libc/citrus/
H A DMakefile.inc6 MODULE_SHLIB_MAJOR!= . ${NETBSDSRCDIR}/lib/i18n_module/shlib_version ; echo $$major
/src/lib/libterminfo/
H A DMakefile82 .if exists(${.CURDIR}/shlib_version)
108 .endif # exists shlib_version
/src/lib/libcurses/
H A DMakefile221 fileio.h: shlib_version genfileioh.awk
222 ${TOOL_AWK} -f ${.CURDIR}/genfileioh.awk < ${.CURDIR}/shlib_version \
/src/share/mk/
H A Dbsd.own.mk1003 SHLIB_VERSION_FILE?= ${.CURDIR}/shlib_version

Completed in 11 milliseconds