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
This commit is contained in:
allanjude 2016-09-11 17:44:35 +00:00
parent 1830a40b92
commit 677ea69761

View File

@ -2,6 +2,7 @@
PACKAGE= lib${LIB}
LIB= ifconfig
PRIVATELIB= true
# Don't build shared library, for now.
NO_PIC=