Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2016 21:35:49 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r307237 - head/lib
Message-ID:  <201610132135.u9DLZnmT038743@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Oct 13 21:35:48 2016
New Revision: 307237
URL: https://svnweb.freebsd.org/changeset/base/307237

Log:
  garbage collect _libatm, missed in r179308

Modified:
  head/lib/Makefile

Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile	Thu Oct 13 20:39:34 2016	(r307236)
+++ head/lib/Makefile	Thu Oct 13 21:35:48 2016	(r307237)
@@ -26,7 +26,6 @@ SUBDIR=	${SUBDIR_BOOTSTRAP} \
 	.WAIT \
 	libalias \
 	libarchive \
-	${_libatm} \
 	libauditd \
 	libbegemot \
 	${_libblacklist} \
@@ -134,7 +133,6 @@ SUBDIR=	${SUBDIR_BOOTSTRAP} \
 # libraries, those libraries should be listed as build order dependencies here.
 
 SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd
-SUBDIR_DEPEND_libatm= libmd
 SUBDIR_DEPEND_libauditdm= libbsm
 SUBDIR_DEPEND_libbsnmp= ${_libnetgraph}
 SUBDIR_DEPEND_libc++:= libcxxrt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610132135.u9DLZnmT038743>