aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2016-08-25 19:40:25 +0000
committerKristof Provost <kp@FreeBSD.org>2016-08-25 19:40:25 +0000
commitd14b24ef846cb1776a40402096e8030c5b4470e5 (patch)
tree78d4a5918aa74951f843a82261ce51ecb0190435 /lib/Makefile
parentc650c2f35555c780fbf4d74a17874cbbb7fcbf0a (diff)
downloadsrc-d14b24ef846cb1776a40402096e8030c5b4470e5.tar.gz
src-d14b24ef846cb1776a40402096e8030c5b4470e5.zip
Add libifc, a library implementing core functionality that exists in ifconfig(8) today.
libifc (pronounced lib-ifconfig) aims to be a light abstraction layer between programs and the kernel APIs for managing the network configuration. This should hopefully make programs easier to maintain, and reduce code duplication. Work will begin on making ifconfig(8) use this library in the near future. This code is still evolving. The interface should not be considered stable until it is announced as such. Submitted By: Marie Helene Kvello-Aune <marieheleneka@gmail.com> Reviewed By: kp Differential Revision: https://reviews.freebsd.org/D7529
Notes
Notes: svn path=/head/; revision=304815
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index cc2ee99fc480..3005f247e860 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -60,6 +60,7 @@ SUBDIR= ${SUBDIR_BOOTSTRAP} \
${_libgssapi} \
${_librpcsec_gss} \
${_libiconv_modules} \
+ libifc \
libipsec \
libjail \
libkiconv \