Author: allanjude
Date: Sun Sep 11 17:44:35 2016
New Revision: 305700
URL: https://svnweb.freebsd.org/changeset/base/305700
Log:
Mark libifconfig as private until the API/ABI is stable
libifconfig is still experimental and under active development.
To avoid making any ABI promises, mark the library as private
Suggested by: bapt
Reviewed by: kp
Modified:
head/lib/libifconfig/Makefile
Modified: head/lib/libifconfig/Makefile
==============================================================================
--- head/lib/libifconfig/Makefile Sun Sep 11 17:22:54 2016
(r305699)
+++ head/lib/libifconfig/Makefile Sun Sep 11 17:44:35 2016
(r305700)
@@ -2,6 +2,7 @@
PACKAGE= lib${LIB}
LIB= ifconfig
+PRIVATELIB= true
# Don't build shared library, for now.
NO_PIC=
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"