Author: kib Date: Mon Jan 9 11:11:52 2017 New Revision: 311781 URL: https://svnweb.freebsd.org/changeset/base/311781
Log: Use standard Versions.def for libprocstat. This makes the versions inheritance consistent for our versioned libraries. Extracted from: ino64 Discussed with: kan Sponsored by: The FreeBSD Foundation MFC after: 1 week Deleted: head/lib/libprocstat/Versions.def Modified: head/lib/libprocstat/Makefile Modified: head/lib/libprocstat/Makefile ============================================================================== --- head/lib/libprocstat/Makefile Mon Jan 9 10:47:20 2017 (r311780) +++ head/lib/libprocstat/Makefile Mon Jan 9 11:11:52 2017 (r311781) @@ -13,7 +13,7 @@ SRCS= cd9660.c \ smbfs.c \ udf.c -VERSION_DEF= ${.CURDIR}/Versions.def +VERSION_DEF= ${LIBCSRCDIR}/Versions.def SYMBOL_MAPS= ${.CURDIR}/Symbol.map INCS= libprocstat.h _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"