Author: kib
Date: Mon Jan 16 12:13:49 2017
New Revision: 312285
URL: https://svnweb.freebsd.org/changeset/base/312285
Log:
MFC r311781:
Use standard Versions.def for libprocstat.
Deleted:
stable/10/lib/libprocstat/Versions.def
Modified:
stable/10/lib/libprocstat/Makefile
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/lib/libprocstat/Makefile
==============================================================================
--- stable/10/lib/libprocstat/Makefile Mon Jan 16 12:05:00 2017
(r312284)
+++ stable/10/lib/libprocstat/Makefile Mon Jan 16 12:13:49 2017
(r312285)
@@ -12,7 +12,7 @@ SRCS= cd9660.c \
smbfs.c \
udf.c
-VERSION_DEF= ${.CURDIR}/Versions.def
+VERSION_DEF= ${SRCTOP}/lib/libc/Versions.def
SYMBOL_MAPS= ${.CURDIR}/Symbol.map
INCS= libprocstat.h
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"