HomeSort by: relevance | last modified time | path
    Searched refs:shlib_version (Results 1 - 7 of 7) sorted by relevancy

  /src/lib/
checkver 58 # -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
bumpversion 38 # -c says to create new shlib_version files
69 versf=$dir/shlib_version
checkvers 37 # 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/
Makefile 27 SHLIB_VERSION_FILE= ${.CURDIR}/${LIB}/shlib_version
  /src/lib/libterminfo/
Makefile 82 .if exists(${.CURDIR}/shlib_version)
108 .endif # exists shlib_version
  /src/lib/libcurses/
Makefile 221 fileio.h: shlib_version genfileioh.awk
222 ${TOOL_AWK} -f ${.CURDIR}/genfileioh.awk < ${.CURDIR}/shlib_version \
  /src/share/mk/
bsd.own.mk 993 SHLIB_VERSION_FILE?= ${.CURDIR}/shlib_version

Completed in 14 milliseconds