From 39341fd090050fab5d717389d4b5bb55fde63d86 Mon Sep 17 00:00:00 2001 From: Devin Teske Date: Wed, 5 Nov 2014 02:58:02 +0000 Subject: [PATCH] Temporarily _disable_ compilation of dpv(3) and dpv(1). Will revisit this to find out how to solve the ordering issue in buildworld (potentially `make -j' specific). Reviewed by: shurd --- lib/Makefile | 1 - usr.bin/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/Makefile b/lib/Makefile index b5d0113d4523..b8c669cbb1f4 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -42,7 +42,6 @@ SUBDIR= ${SUBDIR_ORDERED} \ libcrypt \ libdevinfo \ libdevstat \ - libdpv \ libdwarf \ libedit \ ${_libevent} \ diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 865be938c375..488c644c9fd2 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -36,7 +36,6 @@ SUBDIR= alias \ ctlstat \ cut \ dirname \ - dpv \ du \ ee \ elf2aout \