aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-04-28 11:54:01 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-04-28 11:54:01 +0000
commit4e2cde6c443ce7157ca2a5d65baf26fd922ba47d (patch)
tree7ce77c86b03a8824929df464d93e288d175df767 /usr.sbin
parent257ca75f51f47a83d52b3ae03efe2c140f36134f (diff)
downloadsrc-4e2cde6c443ce7157ca2a5d65baf26fd922ba47d.tar.gz
src-4e2cde6c443ce7157ca2a5d65baf26fd922ba47d.zip
Install the gstat manual page.
Notes
Notes: svn path=/head/; revision=114160
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/gstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/gstat/Makefile b/usr.sbin/gstat/Makefile
index ce5232799f27..8cde0d7e2800 100644
--- a/usr.sbin/gstat/Makefile
+++ b/usr.sbin/gstat/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PROG= gstat
-NOMAN=
+MAN= gstat.8
SRCS= gstat.c
WARNS?= 5
DPADD= ${LIBGEOM} ${LIBDEVSTAT} ${LIBKVM} ${LIBBSDXML} ${LIBCURSES} ${LIBSBUF}