summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorarchie <archie@FreeBSD.org>2000-10-24 20:10:25 +0000
committerarchie <archie@FreeBSD.org>2000-10-24 20:10:25 +0000
commitefb8bd7bda1692f948c7871fb58ea6d3c5fdf11b (patch)
tree78c0df685400617b04e44fa81d4dfde258498637 /share/mk
parenta0ecb2ad9b9f4c0d17044a3d795112743988eebd (diff)
downloadFreeBSD-src-efb8bd7bda1692f948c7871fb58ea6d3c5fdf11b.zip
FreeBSD-src-efb8bd7bda1692f948c7871fb58ea6d3c5fdf11b.tar.gz
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
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 222441e..6a6e7a5 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
OpenPOWER on IntegriCloud