Added GEOM library to the bsd.libnames.mk namespace.

This commit is contained in:
ru 2003-03-21 14:31:51 +00:00
parent 53efe7f82c
commit 5500640fc0

View File

@ -38,6 +38,7 @@ LIBFORM?= ${DESTDIR}${LIBDIR}/libform.a
LIBFTPIO?= ${DESTDIR}${LIBDIR}/libftpio.a
LIBG2C?= ${DESTDIR}${LIBDIR}/libg2c.a
LIBGCC?= ${DESTDIR}${LIBDIR}/libgcc.a
LIBGEOM?= ${DESTDIR}${LIBDIR}/libgeom.a
LIBGNUREGEX?= ${DESTDIR}${LIBDIR}/libgnuregex.a
LIBGSSAPI?= ${DESTDIR}${LIBDIR}/libgssapi.a # XXX in secure dist, not base
LIBHISTORY?= ${DESTDIR}${LIBDIR}/libhistory.a