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
This commit is contained in:
Devin Teske 2014-11-06 19:28:01 +00:00
parent 77f4973eec
commit 7fc89952f1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=274192
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -36,6 +36,7 @@ SUBDIR= alias \
ctlstat \
cut \
dirname \
dpv \
du \
ee \
elf2aout \