This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-05-04 17:05:14 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
698234c19b
opnsense-src
/
usr.bin
/
dpv
/
Makefile
12 lines
104 B
Makefile
Raw
Normal View
History
Unescape
Escape
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
2014-11-04 18:46:01 -05:00
# $FreeBSD$
PROG
=
dpv
CFLAGS
+=
-I
${
.CURDIR
}
Convert to usr.bin/ to LIBADD Reduce overlinking
2014-11-25 09:29:10 -05:00
LIBADD
=
dpv dialog
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
2014-11-04 18:46:01 -05:00
WARNS
?=
6
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink