From 7fc89952f1b34a797e3cd839d0152fa1c826e347 Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Thu, 6 Nov 2014 19:28:01 +0000 Subject: [PATCH] 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 --- lib/Makefile | 2 ++ usr.bin/Makefile | 1 + 2 files changed, 3 insertions(+) diff --git a/lib/Makefile b/lib/Makefile index a203820d1242..8ca673ac2a83 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -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 diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 488c644c9fd2..865be938c375 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -36,6 +36,7 @@ SUBDIR= alias \ ctlstat \ cut \ dirname \ + dpv \ du \ ee \ elf2aout \