svn commit: r274192 - in head: lib usr.bin
Devin Teske
dteske at FreeBSD.org
Thu Nov 6 19:28:02 UTC 2014
Author: dteske
Date: Thu Nov 6 19:28:01 2014
New Revision: 274192
URL: https://svnweb.freebsd.org/changeset/base/274192
Log:
Re-enable dpv(1,3): Introduced via r274116; temporarily disabled
shortly thereafter via r274124 until I could get the right recipe
down w/respect to SUBDIR_DEPEND.
Thanks to: ngie, ian
Reviewed by: ian
MFC after: 21 days
X-MFC-to: stable/10 stable/9
X-MFC-with: 274116 274120 274121 274123 274144 274146
Modified:
head/lib/Makefile
head/usr.bin/Makefile
Modified: head/lib/Makefile
==============================================================================
--- head/lib/Makefile Thu Nov 6 19:14:58 2014 (r274191)
+++ head/lib/Makefile Thu Nov 6 19:28:01 2014 (r274192)
@@ -42,6 +42,7 @@ SUBDIR= ${SUBDIR_ORDERED} \
libcrypt \
libdevinfo \
libdevstat \
+ libdpv \
libdwarf \
libedit \
${_libevent} \
@@ -130,6 +131,7 @@ SUBDIR_DEPEND_libcam= libsbuf
SUBDIR_DEPEND_libcapsicum= libnv
SUBDIR_DEPEND_libcasper= libcapsicum libnv libpjdlog
SUBDIR_DEPEND_libdevstat= libkvm
+SUBDIR_DEPEND_libdpv= libfigpar ncurses libutil
SUBDIR_DEPEND_libedit= ncurses
SUBDIR_DEPEND_libg++= msun
SUBDIR_DEPEND_libgeom= libexpat libsbuf
Modified: head/usr.bin/Makefile
==============================================================================
--- head/usr.bin/Makefile Thu Nov 6 19:14:58 2014 (r274191)
+++ head/usr.bin/Makefile Thu Nov 6 19:28:01 2014 (r274192)
@@ -36,6 +36,7 @@ SUBDIR= alias \
ctlstat \
cut \
dirname \
+ dpv \
du \
ee \
elf2aout \
More information about the svn-src-all
mailing list