diff options
Diffstat (limited to 'sbin/fsirand')
-rw-r--r-- | sbin/fsirand/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsirand/Makefile b/sbin/fsirand/Makefile index 5f2446b..1349bb1 100644 --- a/sbin/fsirand/Makefile +++ b/sbin/fsirand/Makefile @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.1 1997/01/26 02:23:20 millert Exp $ PROG= fsirand -MAN= fsirand.8 +MAN8= fsirand.8 DPADD= ${LIBUTIL} LDADD= -lutil |