diff options
Diffstat (limited to 'usr.sbin/gstat/Makefile')
-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} |