This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a7d5d8d9d0
freebsd-skq
/
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 20:48:41 +00: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 14:45:46 +00:00
PROG
=
gstat
Install the gstat manual page.
2003-04-28 11:54:01 +00:00
MAN
=
gstat.8
Convert usr.sbin to LIBADD Reduce overlinking
2014-11-25 16:57:27 +00: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 20:48:41 +00:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink