diff options
author | dteske <dteske@FreeBSD.org> | 2014-11-04 23:46:01 +0000 |
---|---|---|
committer | dteske <dteske@FreeBSD.org> | 2014-11-04 23:46:01 +0000 |
commit | bf764fc98274724d74ce3fe2184574f26b6ec47b (patch) | |
tree | 98a67555867e474c5f716bf62b6c1120a5cfc536 /lib/Makefile | |
parent | 95b02b5b83b0f6812368761db9c260b00d6e98bc (diff) | |
download | FreeBSD-src-bf764fc98274724d74ce3fe2184574f26b6ec47b.zip FreeBSD-src-bf764fc98274724d74ce3fe2184574f26b6ec47b.tar.gz |
Add new libraries/utilities for data throughput visualization.
dpv(3): dialog progress view library
dpv(1): stream data from stdin or multiple paths with dialog progress view
figpar(3): configuration file parsing library
Reviews: D714
Reviewed by: jelischer, shurd
Discussed at: MeetBSD California 2014 Vendor/Dev Summit
Discussed on: -current
MFC after: 21 days
X-MFC-to: stable/10 stable/9
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index b1f0de0..b5d0113 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -42,12 +42,14 @@ SUBDIR= ${SUBDIR_ORDERED} \ libcrypt \ libdevinfo \ libdevstat \ + libdpv \ libdwarf \ libedit \ ${_libevent} \ libexecinfo \ libexpat \ libfetch \ + libfigpar \ libgeom \ ${_libgpib} \ ${_libgssapi} \ |