svn commit: r305700 - head/lib/libifconfig

Allan Jude allanjude at FreeBSD.org
Sun Sep 11 17:44:36 UTC 2016


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= 
 


More information about the svn-src-head mailing list