From 98e5cb4ba9b5e7329d4bfb31785817d286dde8ff Mon Sep 17 00:00:00 2001 From: dteske Date: Tue, 25 Nov 2014 17:08:15 +0000 Subject: [PATCH] Similar to r274192: Enable dpv(1,3): Introduced [disabled] via r275047. This is a direct commit to stable/9 because stable/10 and above use a better dependency calculation routine (versus simple ordering). Thanks to: ngie, ian, jelischer, shurd, bapt git-svn-id: svn://svn.freebsd.org/base/stable/9@275056 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- lib/Makefile | 4 +++- usr.bin/Makefile | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/Makefile b/lib/Makefile index 1a3eeaf56..6168889e2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -22,6 +22,7 @@ # libsbuf must be built before libcam. # libtacplus must be built before libpam. # libutil must be built before libpam. +# libfigpar must be built before libdpv (but after ncurses and libutil). # libypclnt must be built before libpam. # libgssapi must be built before librpcsec_gss # @@ -48,6 +49,7 @@ SUBDIR_ORDERED= ${_csu} \ libsbuf \ libtacplus \ libutil \ + libfigpar \ ${_libypclnt} \ ${_libcxxrt} \ ${_libcplusplus} @@ -67,12 +69,12 @@ SUBDIR= ${SUBDIR_ORDERED} \ libdevinfo \ libdevstat \ libdisk \ + libdpv \ libdwarf \ libedit \ ${_libefi} \ libexpat \ libfetch \ - libfigpar \ libftpio \ libgeom \ ${_libgpib} \ diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 93c92967b..ecc64dadd 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -36,6 +36,7 @@ SUBDIR= alias \ ctlstat \ cut \ dirname \ + dpv \ du \ ee \ elf2aout \ -- 2.45.0