diff options
author | dteske <dteske@FreeBSD.org> | 2014-11-06 19:28:01 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2014-11-06 19:28:01 +0000 |
commit | 1b65452f85a84ff3fef6ac64abced92a13bd393e (patch) | |
tree | 63778d0ef77760df1fabe09e2009e4cfce10b309 /usr.bin | |
parent | a31b876e04e4b7927757cc610a167e86b114489f (diff) | |
download | FreeBSD-src-1b65452f85a84ff3fef6ac64abced92a13bd393e.zip FreeBSD-src-1b65452f85a84ff3fef6ac64abced92a13bd393e.tar.gz |
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
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile index 488c644..865be93 100644 --- a/usr.bin/Makefile +++ b/usr.bin/Makefile @@ -36,6 +36,7 @@ SUBDIR= alias \ ctlstat \ cut \ dirname \ + dpv \ du \ ee \ elf2aout \ |