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-02-28 20:30:57 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
d815e42419
opnsense-src
/
usr.sbin
/
gstat
/
Makefile
8 lines
97 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add a rudimentary gstat(8) to the system. This is a small curses based program which shows the diskactivity inside GEOM.
2003-03-20 15:48:41 -05:00
# $FreeBSD$
Fixed a typo in ${.CURDIR} spelling, fatal on systems without the /sys symlink pointing to the current tree. (Revision 1.2 made it non-fatal, but anyway.) Apply style.Makefile(5). Fixed ``make checkdpadd''.
2003-03-21 09:45:46 -05:00
PROG
=
gstat
Install the gstat manual page.
2003-04-28 07:54:01 -04:00
MAN
=
gstat.8
Convert usr.sbin to LIBADD Reduce overlinking
2014-11-25 11:57:27 -05:00
LIBADD
=
devstat geom edit ncursesw
Add a rudimentary gstat(8) to the system. This is a small curses based program which shows the diskactivity inside GEOM.
2003-03-20 15:48:41 -05:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in a new issue
Copy permalink