aboutsummaryrefslogtreecommitdiff
path: root/share/mk
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2000-10-24 20:10:25 +0000
committerArchie Cobbs <archie@FreeBSD.org>2000-10-24 20:10:25 +0000
commitc06992e558279d2e494f231f85b217563d13df3d (patch)
treea98465a5f80414f8276e126fb5b7f2d545d15b12 /share/mk
parentce97a5fc4e2c7b6691e4f2677f960043d9b0f044 (diff)
downloadsrc-c06992e558279d2e494f231f85b217563d13df3d.tar.gz
src-c06992e558279d2e494f231f85b217563d13df3d.zip
Build the ISC library as libisc. This library comes as part of the
bind distribution, but until now was not being built as a separate entity. For documentation, see these man pages: assertions(3), eventlib(3), heap(3), logging(3), memcluster(3), tree(3). Reviewed by: jdp
Notes
Notes: svn path=/head/; revision=67523
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.libnames.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/bsd.libnames.mk b/share/mk/bsd.libnames.mk
index 222441e98e54..6a6e7a5541e5 100644
--- a/share/mk/bsd.libnames.mk
+++ b/share/mk/bsd.libnames.mk
@@ -38,6 +38,7 @@ LIBGNUREGEX?= ${DESTDIR}${LIBDIR}/libgnuregex.a
LIBHISTORY?= ${DESTDIR}${LIBDIR}/libhistory.a
LIBIPSEC?= ${DESTDIR}${LIBDIR}/libipsec.a
LIBIPX?= ${DESTDIR}${LIBDIR}/libipx.a
+LIBISC?= ${DESTDIR}${LIBDIR}/libisc.a
LIBKDB?= ${DESTDIR}${LIBDIR}/libkdb.a # XXX in secure dist, not base
LIBKRB?= ${DESTDIR}${LIBDIR}/libkrb.a # XXX in secure dist, not base
LIBKEYCAP?= ${DESTDIR}${LIBDIR}/libkeycap.a