diff options
author | bde <bde@FreeBSD.org> | 1997-03-24 03:38:16 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-03-24 03:38:16 +0000 |
commit | 2d01f2178c13fa4f0c64f6a8579d023ea6c249d5 (patch) | |
tree | 379bc5961ef18d7ecbd7a79fb23a61dada1426ea /sbin/fsirand | |
parent | 554ea3437c859fbb867d80674c2cc4461278f364 (diff) | |
download | FreeBSD-src-2d01f2178c13fa4f0c64f6a8579d023ea6c249d5.zip FreeBSD-src-2d01f2178c13fa4f0c64f6a8579d023ea6c249d5.tar.gz |
Changed MAN to MAN8 so that this builds.
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 |