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:
Allan Jude 2016-09-11 17:44:35 +00:00
parent 0dbc6cfd75
commit 567de0da7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=305700

View file

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