svn commit: r307237 - head/lib

Ed Maste emaste at FreeBSD.org
Thu Oct 13 21:35:50 UTC 2016


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


More information about the svn-src-all mailing list