summaryrefslogtreecommitdiff
path: root/lib/libifconfig
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2016-09-11 17:44:35 +0000
committerAllan Jude <allanjude@FreeBSD.org>2016-09-11 17:44:35 +0000
commit567de0da7e0fd7359a6bba9eef92fb1d3f7fdac5 (patch)
tree0c3d17ddf2ed5b1362d1eb572d6a0e0eb8b85881 /lib/libifconfig
parent0dbc6cfd75b37a4fa07f58ce7dc2957787cafe7e (diff)
downloadsrc-test-567de0da7e0fd7359a6bba9eef92fb1d3f7fdac5.tar.gz
src-test-567de0da7e0fd7359a6bba9eef92fb1d3f7fdac5.zip
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
Notes
Notes: svn path=/head/; revision=305700
Diffstat (limited to 'lib/libifconfig')
-rw-r--r--lib/libifconfig/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libifconfig/Makefile b/lib/libifconfig/Makefile
index 924752fac9e2c..9c3116e747b2e 100644
--- a/lib/libifconfig/Makefile
+++ b/lib/libifconfig/Makefile
@@ -2,6 +2,7 @@
PACKAGE= lib${LIB}
LIB= ifconfig
+PRIVATELIB= true
# Don't build shared library, for now.
NO_PIC=