diff options
author | tjr <tjr@FreeBSD.org> | 2003-04-28 11:54:01 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2003-04-28 11:54:01 +0000 |
commit | 867a1b8a0abf379df1d34ac66dece97af674d6ab (patch) | |
tree | 7ce77c86b03a8824929df464d93e288d175df767 /usr.sbin/gstat | |
parent | 1c734cdc1b91231b3f2509ef770aadaef5a28998 (diff) | |
download | FreeBSD-src-867a1b8a0abf379df1d34ac66dece97af674d6ab.zip FreeBSD-src-867a1b8a0abf379df1d34ac66dece97af674d6ab.tar.gz |
Install the gstat manual page.
Diffstat (limited to 'usr.sbin/gstat')
-rw-r--r-- | usr.sbin/gstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/gstat/Makefile b/usr.sbin/gstat/Makefile index ce52327..8cde0d7 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} |